[SCM] UNNAMED PROJECT branch, master, updated. 0.40-14-gde1ba97
Niels Thykier
niels at thykier.net
Tue Mar 13 18:53:00 UTC 2012
The following commit has been merged in the master branch:
commit 72befbf2018ba46ea903b80a75b78ba2cb34970a
Author: Niels Thykier <niels at thykier.net>
Date: Tue Mar 13 19:42:50 2012 +0100
jh_makepkg: Bump S-V and DEP-5 URI
Signed-off-by: Niels Thykier <niels at thykier.net>
diff --git a/debian/changelog b/debian/changelog
index 5e3bcae..71cb004 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ javatools (0.41) UNRELEASED; urgency=low
* Corrected class version calculation on big-endian architectures.
Thanks to Kai Ruschenburg for the report and the correction.
(Closes: #661632)
+ * Use Standards-Versions 3.9.3 and the new DEP-5 URI in jh_makepkg
+ for newly generated packages.
-- Sylvestre Ledru <sylvestre at debian.org> Fri, 24 Feb 2012 16:22:58 +0100
diff --git a/jh_makepkg b/jh_makepkg
index 9ebe504..c83dfce 100755
--- a/jh_makepkg
+++ b/jh_makepkg
@@ -6,7 +6,7 @@
# gcj
COMPAT=8
-STANDARDS=3.9.2
+STANDARDS=3.9.3
set -e
@@ -316,7 +316,7 @@ END
fi
cat > debian/copyright <<END
-Format: [URI OF THE FORMAT SPECIFICATION, SUCH AS http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=REVISION]
+Format: [URI OF THE FORMAT SPECIFICATION, SUCH AS http://www.debian.org/doc/packaging-manuals/copyright-format/<VERSION>/]
Upstream-Name: [THE NAME UPSTREAM USES FOR THE SOFTWARE]
Upstream-contact: [THE PREFERRED ADDRESS(ES) TO REACH THE UPSTREAM PROJECT]
Source: [AN EXPLANATION FROM WHERE THE UPSTREAM SOURCE CAME FROM. TYPICALLY AN URL]
--
UNNAMED PROJECT
More information about the pkg-java-commits
mailing list