[pkg-java] r5098 - trunk/cglib2.1/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Mon Dec 17 09:53:18 UTC 2007


Author: twerner
Date: 2007-12-17 09:53:18 +0000 (Mon, 17 Dec 2007)
New Revision: 5098

Modified:
   trunk/cglib2.1/debian/changelog
   trunk/cglib2.1/debian/compat
   trunk/cglib2.1/debian/control
   trunk/cglib2.1/debian/rules
   trunk/cglib2.1/debian/watch
Log:
* Fix debian/watch.
* Add myself to Uploaders.
* Add Homepage and Vcs headers to debian/control.
* Change Standards-Version: 3.7.3.
* Switch to debhelper 5.
* Remove empty directory 'api'.

Modified: trunk/cglib2.1/debian/changelog
===================================================================
--- trunk/cglib2.1/debian/changelog	2007-12-16 23:45:03 UTC (rev 5097)
+++ trunk/cglib2.1/debian/changelog	2007-12-17 09:53:18 UTC (rev 5098)
@@ -1,3 +1,14 @@
+cglib2.1 (2.1.3.dfsg.1-2) unstable; urgency=low
+
+  * Fix debian/watch.
+  * Add myself to Uploaders.
+  * Add Homepage and Vcs headers to debian/control.
+  * Change Standards-Version: 3.7.3.
+  * Switch to debhelper 5.
+  * Remove empty directory 'api'.
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 17 Dec 2007 10:47:00 +0100
+
 cglib2.1 (2.1.3.dfsg.1-1) unstable; urgency=low
 
   * Initial Release (closes: #386101).

Modified: trunk/cglib2.1/debian/compat
===================================================================
--- trunk/cglib2.1/debian/compat	2007-12-16 23:45:03 UTC (rev 5097)
+++ trunk/cglib2.1/debian/compat	2007-12-17 09:53:18 UTC (rev 5098)
@@ -1 +1 @@
-4
+5

Modified: trunk/cglib2.1/debian/control
===================================================================
--- trunk/cglib2.1/debian/control	2007-12-16 23:45:03 UTC (rev 5097)
+++ trunk/cglib2.1/debian/control	2007-12-17 09:53:18 UTC (rev 5098)
@@ -2,11 +2,15 @@
 Section: contrib/libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends: debhelper (>= 4.2.30), cdbs
+Uploaders: Arnaud Vandyck <avdyk at debian.org>,
+ Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 5), cdbs
 Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.69-2), ant,
  libasm-java, libaspectwerkz2-java, junit
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://cglib.sourceforge.net
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/cglib/
+Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/cglib
 
 Package: libcglib2.1-java
 Architecture: all

Modified: trunk/cglib2.1/debian/rules
===================================================================
--- trunk/cglib2.1/debian/rules	2007-12-16 23:45:03 UTC (rev 5097)
+++ trunk/cglib2.1/debian/rules	2007-12-17 09:53:18 UTC (rev 5098)
@@ -18,6 +18,10 @@
 	dh_link -plibcglib2.1-java $(JAR_DIR)/cglib-$(VERSION).jar \
 	  $(JAR_DIR)/cglib.jar
 
+# remove empty directory
+binary-install/libcglib2.1-java-doc::
+	rmdir debian/libcglib2.1-java-doc/usr/share/doc/libcglib2.1-java-doc/api
+
 get-orig-source:
 	uscan --upstream-version 0 --rename
 

Modified: trunk/cglib2.1/debian/watch
===================================================================
--- trunk/cglib2.1/debian/watch	2007-12-16 23:45:03 UTC (rev 5097)
+++ trunk/cglib2.1/debian/watch	2007-12-17 09:53:18 UTC (rev 5098)
@@ -1,8 +1,8 @@
 # watch control file for uscan
-version=2
+version=3
 # Options
 
 # Site Version Script
-opts=dversionmangle=s/\.dfsg\.\d+$// \
+opts=dversionmangle=s/\.dfsg\.\d+$//,uversionmangle=s/_/./ \
   http://heanet.dl.sourceforge.net/sourceforge/cglib/cglib-src-([\d_.]+)\.jar \
   debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list