[package_template] 01/03: Use dh_make substitution names.
Bas Couwenberg
sebastic at xs4all.nl
Sun Jan 26 20:30:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository package_template.
commit 56634cdbf8df69fd0b5b578024347d67c2e93b1a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jan 26 21:29:23 2014 +0100
Use dh_make substitution names.
---
debian/changelog | 6 +++---
debian/control | 10 +++++-----
debian/copyright | 6 +++---
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 939b8d4..8c81305 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-<pkg> (<version>-1) UNRELEASED; urgency=low
+#PACKAGE# (#VERSION#-1) UNRELEASED; urgency=medium
- * Initial release (Closes: #<bug>)
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
- -- Actual Maintainer <maintainer_name at debian.org> Thu, 02 Jan 2014 19:07:13 +0100
+ -- #USERNAME# <#EMAIL#> #DATE#
diff --git a/debian/control b/debian/control
index 6c718d8..29108c9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
-Source: <pkg>
+Source: #PACKAGE#
Section: science
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
-Uploaders: Actual Maintainer <maintainer_name at debian.org>
+Uploaders: #USERNAME# <#EMAIL#>
Build-Depends: debhelper (>= 9.20120312)
Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/<pkg>.git;a=summary
-Vcs-Git: git://anonscm.debian.org/pkg-grass/<pkg>.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/#PACKAGE#.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-grass/#PACKAGE#.git
Homepage: <homepage>
-Package: <pkg>
+Package: #PACKAGE#
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <short_description>
diff --git a/debian/copyright b/debian/copyright
index 6c89b3f..799fa12 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,11 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: <pkg>
+Upstream-Name: #PACKAGE#
Source: <path_to_download>
Files: *
-Copyright: © 20xx-20yy <upstream>
+Copyright: © 20xx-20yy, <upstream>
License: <license>
Files: debian/*
-Copyright: © 2013 Actual Maintainer <maintainer_name at debian.org>
+Copyright: © 2013, #USERNAME# <#EMAIL#>
License: <license>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/package_template.git
More information about the Pkg-grass-devel
mailing list