[pkg-java] r15884 - in trunk/cglib/debian: . patches
Damien Raude-Morvan
drazzib at alioth.debian.org
Sun Apr 1 16:50:42 UTC 2012
Author: drazzib
Date: 2012-04-01 16:50:42 +0000 (Sun, 01 Apr 2012)
New Revision: 15884
Added:
trunk/cglib/debian/patches/04_dont_use_userhome.diff
Modified:
trunk/cglib/debian/changelog
trunk/cglib/debian/control
trunk/cglib/debian/copyright
trunk/cglib/debian/patches/03_jarjar.diff
trunk/cglib/debian/patches/04_skiptests_ParallelSorter.diff
trunk/cglib/debian/patches/series
Log:
* Bump Standards-Version to 3.9.3: no changes needed.
* d/control: Remove Michael Koch from Uploaders (Closes: #654001).
* d/patches/04_dont_use_userhome.diff: Don't use $HOME to output debug files.
(Closes: #666668)
Modified: trunk/cglib/debian/changelog
===================================================================
--- trunk/cglib/debian/changelog 2012-03-30 04:37:55 UTC (rev 15883)
+++ trunk/cglib/debian/changelog 2012-04-01 16:50:42 UTC (rev 15884)
@@ -1,3 +1,12 @@
+cglib (2.2.2+dfsg-2) unstable; urgency=low
+
+ * Bump Standards-Version to 3.9.3: no changes needed.
+ * d/control: Remove Michael Koch from Uploaders (Closes: #654001).
+ * d/patches/04_dont_use_userhome.diff: Don't use $HOME to output debug files.
+ (Closes: #666668)
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Sun, 01 Apr 2012 18:46:48 +0200
+
cglib (2.2.2+dfsg-1) unstable; urgency=low
* New upstream release.
Modified: trunk/cglib/debian/control
===================================================================
--- trunk/cglib/debian/control 2012-03-30 04:37:55 UTC (rev 15883)
+++ trunk/cglib/debian/control 2012-04-01 16:50:42 UTC (rev 15884)
@@ -3,17 +3,17 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner at debian.org>,
- Michael Koch <konqueror at gmx.de>, Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, ant, default-jdk, maven-repo-helper
-Build-Depends-Indep: libasm3-java, junit, libjarjar-java
-Standards-Version: 3.9.2
+ Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk, maven-repo-helper
+Build-Depends-Indep: junit, libasm3-java, libjarjar-java
+Standards-Version: 3.9.3
Homepage: http://cglib.sourceforge.net
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/cglib/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/cglib
Package: libcglib-java
Architecture: all
-Depends: ${misc:Depends}, libasm3-java
+Depends: libasm3-java, ${misc:Depends}
Conflicts: libcglib2.1-java
Provides: libcglib2.1-java
Replaces: libcglib2.1-java
Modified: trunk/cglib/debian/copyright
===================================================================
--- trunk/cglib/debian/copyright 2012-03-30 04:37:55 UTC (rev 15883)
+++ trunk/cglib/debian/copyright 2012-04-01 16:50:42 UTC (rev 15884)
@@ -53,4 +53,4 @@
limitations under the License.
.
The full text of the Apache License can be found in
- `/usr/share/common-licenses/Apache-2.0'.
\ No newline at end of file
+ `/usr/share/common-licenses/Apache-2.0'.
Modified: trunk/cglib/debian/patches/03_jarjar.diff
===================================================================
--- trunk/cglib/debian/patches/03_jarjar.diff 2012-03-30 04:37:55 UTC (rev 15883)
+++ trunk/cglib/debian/patches/03_jarjar.diff 2012-04-01 16:50:42 UTC (rev 15884)
@@ -1,5 +1,8 @@
-Index: b/build.xml
-===================================================================
+Description: Use /usr/share/java/asm3-all.jar to
+ build a jarjar enabled cglib.
+Author: Damien Raude-Morvan <drazzib at debian.org>
+Last-Update: 2012-04-01
+Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -127,7 +127,7 @@
Added: trunk/cglib/debian/patches/04_dont_use_userhome.diff
===================================================================
--- trunk/cglib/debian/patches/04_dont_use_userhome.diff (rev 0)
+++ trunk/cglib/debian/patches/04_dont_use_userhome.diff 2012-04-01 16:50:42 UTC (rev 15884)
@@ -0,0 +1,16 @@
+Description: Don't use user.home to get debug output.
+Author: Damien Raude-Morvan <drazzib at debian.org>
+Last-Update: 2012-04-01
+Forwarded: not-needed
+
+--- a/build.xml
++++ b/build.xml
+@@ -245,7 +245,7 @@
+ <!-- <jvmarg value="-verbose:class"/> -->
+ <!-- <jvmarg value="-Xprof"/> -->
+ <!-- <jvmarg value="-server"/> -->
+- <!-- <sysproperty key="cglib.debugLocation" value="debug"/> -->
++ <sysproperty key="cglib.debugLocation" value="debug"/>
+ <!-- <jvmarg value="-Djava.security.policy==java.policy" /> -->
+ <!-- <jvmarg value="-Djava.security.manager" /> -->
+
Modified: trunk/cglib/debian/patches/04_skiptests_ParallelSorter.diff
===================================================================
--- trunk/cglib/debian/patches/04_skiptests_ParallelSorter.diff 2012-03-30 04:37:55 UTC (rev 15883)
+++ trunk/cglib/debian/patches/04_skiptests_ParallelSorter.diff 2012-04-01 16:50:42 UTC (rev 15884)
@@ -1,3 +1,8 @@
+Description: Skip failing tests.
+Author: Damien Raude-Morvan <drazzib at debian.org>
+Last-Update: 2012-04-01
+Forwarded: not-needed
+
Index: b/src/test/net/sf/cglib/TestAll.java
===================================================================
--- a/src/test/net/sf/cglib/TestAll.java
Modified: trunk/cglib/debian/patches/series
===================================================================
--- trunk/cglib/debian/patches/series 2012-03-30 04:37:55 UTC (rev 15883)
+++ trunk/cglib/debian/patches/series 2012-04-01 16:50:42 UTC (rev 15884)
@@ -1,2 +1,3 @@
03_jarjar.diff
04_skiptests_ParallelSorter.diff
+04_dont_use_userhome.diff
More information about the pkg-java-commits
mailing list