[libcommons-net-java] 04/31: * New version

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 17 07:41:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libcommons-net-java.

commit 4f6822e4c7b4ebeb001aa8db1ab33448e24463f0
Author: Ludovic Claude <ludovic.claude at laposte.net>
Date:   Tue Jul 7 19:38:06 2009 +0000

    * New version
---
 debian/build.properties | 1 +
 debian/changelog        | 6 ++++++
 debian/control          | 2 +-
 debian/rules            | 6 +++---
 4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/build.properties b/debian/build.properties
index 599620f..30b9e40 100644
--- a/debian/build.properties
+++ b/debian/build.properties
@@ -1,4 +1,5 @@
 javadoc.dir=build/docs/api
 maven.test.skip=true
 build.javaVersion=1.5
+manifest=debian/tmp/MANIFEST.MF
 
diff --git a/debian/changelog b/debian/changelog
index 1baa2d1..b862f23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libcommons-net2-java (2.0-2) unstable; urgency=low
+
+  * Include manifest with OSGi information
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Tue, 07 Jul 2009 20:00:10 +0100
+
 libcommons-net2-java (2.0-1) unstable; urgency=low
 
   * Initial release, split from libcommons-net-java as this is
diff --git a/debian/control b/debian/control
index 788cc76..8366598 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
 Build-Depends: debhelper (>= 6), cdbs, default-jdk
-Build-Depends-Indep: ant, ant-optional, maven-ant-helper (>> 4), maven-repo-helper, classpath-doc
+Build-Depends-Indep: ant, ant-optional, maven-ant-helper (>> 5), maven-repo-helper, classpath-doc
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-net-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-net-java/
diff --git a/debian/rules b/debian/rules
index 0921213..996bcf1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,9 +18,9 @@ DEB_ANT_BUILDFILE    := /usr/share/maven-ant-helper/maven-build.xml
 DEB_ANT_ARGS         := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) -Dbin.package=$(PACKAGE) -Dversion=$(VERSION)
 LAST_MODIFIED        := $(shell date +%s%N | cut -c -13)
 
-makebuilddir/lib$(PACKAGE)-java::
-	install -d src/main/resources/META-INF
-	cat debian/MANIFEST.MF | sed 's/@version@/$(VERSION)/g' | sed 's/@lastmodified@/$(LAST_MODIFIED)/' > src/main/resources/META-INF/MANIFEST.MF
+makebuilddir/$(PACKAGE)::
+	install -d debian/tmp
+	cat debian/MANIFEST.MF | sed 's/@version@/$(VERSION)/g' | sed 's/@lastmodified@/$(LAST_MODIFIED)/' > debian/tmp/MANIFEST.MF
 
 binary-post-install/$(PACKAGE)::
 	mh_installpoms -p$(PACKAGE)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-net-java.git



More information about the pkg-java-commits mailing list