[pkg-java] r4185 - trunk/c3p0/debian
varun-guest at alioth.debian.org
varun-guest at alioth.debian.org
Sun Sep 16 07:59:32 UTC 2007
Author: varun-guest
Date: 2007-09-16 07:59:32 +0000 (Sun, 16 Sep 2007)
New Revision: 4185
Added:
trunk/c3p0/debian/orig-tar.exclude
Modified:
trunk/c3p0/debian/README.Debian-source
trunk/c3p0/debian/changelog
trunk/c3p0/debian/orig-tar.sh
trunk/c3p0/debian/watch
Log:
* debian/control:
* Add debian/orig-tar.exclude and remove pre-built docs from orig.tar.gz
Modified: trunk/c3p0/debian/README.Debian-source
===================================================================
--- trunk/c3p0/debian/README.Debian-source 2007-09-16 05:58:19 UTC (rev 4184)
+++ trunk/c3p0/debian/README.Debian-source 2007-09-16 07:59:32 UTC (rev 4185)
@@ -1,10 +1,10 @@
c3p0
====
-The upstream supplied source package contains binary jar files.
-Currently no clean source distribution exists. Therefore, the upstream
-sources were modified to comply with the Debian Free Software
-Guidelines.
+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
+the Debian Free Software Guidelines.
Use the rules/get-orig-source target to create the orig.tar.gz.
For more details on repackaging of upstream sources please see the
Modified: trunk/c3p0/debian/changelog
===================================================================
--- trunk/c3p0/debian/changelog 2007-09-16 05:58:19 UTC (rev 4184)
+++ trunk/c3p0/debian/changelog 2007-09-16 07:59:32 UTC (rev 4185)
@@ -4,7 +4,7 @@
* Add debian/orig-tar.sh
* debian/rules: implement get-orig-source
* move debian/README.Debian to debian/REAMDE.Debian-source and update the file.
- * debian/control:
+ * debian/control:
+ Add Homepage and Build-Depend on debhelper (>= 5)
+ Add XS-Vcs-{Svn, Browser} headers.
+ Add myself to Uploaders.
@@ -13,8 +13,9 @@
debian/rules using DEB_UPSTREAM VERSION.
* Fix the package version, dfsg not required as the changes have been
documented in debian/README.Debian-source.
+ * Add debian/orig-tar.exclude and remove pre-built docs from orig.tar.gz
- -- Varun Hiremath <varunhiremath at gmail.com> Sun, 16 Sep 2007 01:45:32 +0530
+ -- Varun Hiremath <varunhiremath at gmail.com> Sun, 16 Sep 2007 13:35:34 +0530
c3p0 (0.9.1.1.dfsg.1-2) unstable; urgency=low
Added: trunk/c3p0/debian/orig-tar.exclude
===================================================================
--- trunk/c3p0/debian/orig-tar.exclude (rev 0)
+++ trunk/c3p0/debian/orig-tar.exclude 2007-09-16 07:59:32 UTC (rev 4185)
@@ -0,0 +1,3 @@
+*.jar
+*/build/*
+*/dist/*
Modified: trunk/c3p0/debian/orig-tar.sh
===================================================================
--- trunk/c3p0/debian/orig-tar.sh 2007-09-16 05:58:19 UTC (rev 4184)
+++ trunk/c3p0/debian/orig-tar.sh 2007-09-16 07:59:32 UTC (rev 4185)
@@ -6,7 +6,7 @@
# clean up the upstream tarball
tar zxf $3
mv c3p0-$2.src $DIR
-GZIP=--best tar czf $3 --exclude '*.jar' $DIR
+GZIP=--best tar czf $3 -X debian/orig-tar.exclude $DIR
rm -rf $DIR
# move to directory 'tarballs'
Modified: trunk/c3p0/debian/watch
===================================================================
--- trunk/c3p0/debian/watch 2007-09-16 05:58:19 UTC (rev 4184)
+++ trunk/c3p0/debian/watch 2007-09-16 07:59:32 UTC (rev 4185)
@@ -1,3 +1,2 @@
version=3
-opts=dversionmangle=s/\.dfsg\.\d+$// \
- http://heanet.dl.sourceforge.net/sourceforge/c3p0/ c3p0-(.*)\.src\.tgz debian debian/orig-tar.sh
+http://heanet.dl.sourceforge.net/sourceforge/c3p0/ c3p0-(.*)\.src\.tgz debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list