[SCM] i2p packaging branch, master, updated. debian/0.9.5-1q1-1-g19b5b4a
Masayuki Hatta
mhatta at gnu.org
Tue Mar 26 18:17:21 UTC 2013
The following commit has been merged in the master branch:
commit 19b5b4afe436df9c09e653d2ef4befd64d39011c
Author: Masayuki Hatta <mhatta at gnu.org>
Date: Wed Mar 27 03:17:12 2013 +0900
Cosmetic changes to files in debian
diff --git a/debian/README.source b/debian/README.source
index 5dde0bf..4c6e577 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,3 +1,6 @@
+This package uses a version control system as described in
+http://wiki.debian.org/Java/JavaVcs and the pages linked from there.
+
This package uses quilt to manage all modifications to the upstream
source. Changes are stored in the source package as diffs in
debian/patches and applied during the build.
diff --git a/debian/changelog b/debian/changelog
index d55b43f..63efde6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+i2p (0.9.5-2) UNRELEASED; urgency=low
+
+ * Initial upload to Debian - closes: #
+
+ -- Masayuki Hatta (mhatta) <mhatta at debian.org> Fri, 22 Mar 2013 17:53:17 +0900
+
i2p (0.9.5-1q1) quantal; urgency=low
* Upload to PPA
diff --git a/debian/control b/debian/control
index 53bc614..640e5e8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,13 @@
Source: i2p
-Maintainer: Kill Your TV <killyourtv at i2pmail.org>
+Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Masayuki Hatta (mhatta) <mhatta at debian.org>
Section: net
Standards-Version: 3.9.3
Priority: optional
-Bugs: mailto:killyourtv at i2pmail.org
Homepage: http://www.i2p2.de/
+Vcs-Git: git://anonscm.debian.org/pkg-java/i2p.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?=pkg-java/i2p.git
+
Build-Depends: debhelper (>= 7.0.50~),
ant,
debconf,
diff --git a/debian/i2p-router.lintian-overrides b/debian/i2p-router.lintian-overrides
new file mode 100644
index 0000000..0a3c328
--- /dev/null
+++ b/debian/i2p-router.lintian-overrides
@@ -0,0 +1,3 @@
+# This is an empty dummy jar, provided for backward compatibility purpose
+# See apps/jetty/build.xml
+i2p-router: codeless-jar usr/share/i2p/lib/jasper-compiler.jar
diff --git a/debian/rules b/debian/rules
index d28b421..c5e216c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ export DEBIANVERSION := $(shell dpkg-parsechangelog |awk -F' ' '/^Version:/{prin
%:
dh $@
-clean: createcopyright
+clean: #createcopyright
override_dh_auto_clean:
-[ -r $(CURDIR)/debian/routerversion.java.bak ] && mv -f $(CURDIR)/debian/routerversion.java.bak $(ROUTERVERSION)
--
i2p packaging
More information about the pkg-java-commits
mailing list