[pkg-java] r11882 - trunk/cglib/debian
Damien Raude-Morvan
drazzib at alioth.debian.org
Tue Mar 16 19:50:59 UTC 2010
Author: drazzib
Date: 2010-03-16 19:50:58 +0000 (Tue, 16 Mar 2010)
New Revision: 11882
Removed:
trunk/cglib/debian/README.Debian
Modified:
trunk/cglib/debian/README.source
trunk/cglib/debian/changelog
trunk/cglib/debian/rules
Log:
* Remove Arnaud Vandyck from Uploaders
* Source format 3.0 (quilt):
- Remove patchsys-quilt.mk from d/rules
- Rework d/README.source
* Maven Support:
- Add "get-orig-pom" target in d/rules to update pom.xml
* Remove d/README.Debian (already included in d/README.source)
Deleted: trunk/cglib/debian/README.Debian
===================================================================
--- trunk/cglib/debian/README.Debian 2010-03-16 17:34:47 UTC (rev 11881)
+++ trunk/cglib/debian/README.Debian 2010-03-16 19:50:58 UTC (rev 11882)
@@ -1,12 +0,0 @@
-cglib
------
-
-Source tarball:
----------------
-
-I removed all the jar files.
-
-libs: aspectwerkz-core-0.10.RC1.jar
- jarjar.jar
-
- -- Arnaud Vandyck <avdyk at debian.org>, Tue, 10 Apr 2007 17:50:24 +0200
Modified: trunk/cglib/debian/README.source
===================================================================
--- trunk/cglib/debian/README.source 2010-03-16 17:34:47 UTC (rev 11881)
+++ trunk/cglib/debian/README.source 2010-03-16 19:50:58 UTC (rev 11882)
@@ -1,11 +1,3 @@
-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.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
-
- -- Damien Raude-Morvan <drazzib at drazzib.com> Mon, 29 Jun 2009 22:13:35 +0200
-
The upstream supplied source package contains binary jar files and
pre-built documentation. Currently no clean source distribution
exists. Therefore, the upstream sources were modified to comply with
Modified: trunk/cglib/debian/changelog
===================================================================
--- trunk/cglib/debian/changelog 2010-03-16 17:34:47 UTC (rev 11881)
+++ trunk/cglib/debian/changelog 2010-03-16 19:50:58 UTC (rev 11882)
@@ -1,15 +1,21 @@
cglib (2.2+dfsg-2) unstable; urgency=low
- [ Damien Raude-Morvan ]
- * Remove Arnaud Vandyck from Uploaders
-
[ Gabriele Giacone ]
* Added Maven Support
* Standards-Version to 3.8.4
* Source format 3.0 (quilt)
- -- Gabriele Giacone <1o5g4r8o at gmail.com> Tue, 16 Mar 2010 09:26:21 +0100
+ [ Damien Raude-Morvan ]
+ * Remove Arnaud Vandyck from Uploaders
+ * Source format 3.0 (quilt):
+ - Remove patchsys-quilt.mk from d/rules
+ - Rework d/README.source
+ * Maven Support:
+ - Add "get-orig-pom" target in d/rules to update pom.xml
+ * Remove d/README.Debian (already included in d/README.source)
+ -- Damien Raude-Morvan <drazzib at debian.org> Tue, 16 Mar 2010 20:42:36 +0100
+
cglib (2.2+dfsg-1) unstable; urgency=low
* New upstream release.
Modified: trunk/cglib/debian/rules
===================================================================
--- trunk/cglib/debian/rules 2010-03-16 17:34:47 UTC (rev 11881)
+++ trunk/cglib/debian/rules 2010-03-16 19:50:58 UTC (rev 11882)
@@ -2,11 +2,13 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
# the upstream version without the +dfsg suffix:
-VERSION := `expr match $(DEB_UPSTREAM_VERSION) '\(.*\)+dfsg'`
+VERSION := `expr match $(DEB_UPSTREAM_VERSION) '\(.*\)+dfsg'`
+POM_VERSION := 2.2
+MAVEN_REPO := http://repository.sonatype.org/service/local/repositories/central/content
+
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := asm3-attrs asm3 asm3-util junit
DEB_ANT_BUILD_TARGET := jardep javadoc
@@ -21,3 +23,6 @@
get-orig-source:
uscan --upstream-version 0 --rename
+get-orig-pom:
+ wget -O debian/pom.xml $(MAVEN_REPO)/cglib/cglib/$(POM_VERSION)/cglib-$(POM_VERSION).pom
+ perl -p -i -e 's/<version>$(POM_VERSION)/<version>'$(VERSION)'/' debian/pom.xml
More information about the pkg-java-commits
mailing list