[Pkg-cli-libs-commits] r4400 - in /packages/gnome-keyring-sharp/trunk/debian: changelog rules

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Tue Mar 30 07:23:28 UTC 2010


Author: raof-guest
Date: Tue Mar 30 07:23:28 2010
New Revision: 4400

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4400
Log:
Remove the bz2 -> gzip conversion from get-orig-source; 3.0 handles
bz2 orig tarballs for us.

Modified:
    packages/gnome-keyring-sharp/trunk/debian/changelog
    packages/gnome-keyring-sharp/trunk/debian/rules

Modified: packages/gnome-keyring-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/changelog?rev=4400&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/changelog (original)
+++ packages/gnome-keyring-sharp/trunk/debian/changelog Tue Mar 30 07:23:28 2010
@@ -7,6 +7,8 @@
   * debian/rules:
     + Move to using override_dh_*
     + Run autoreconf before configure, and clean up afterwards in clean
+    + Remove the bz2 -> gzip conversion from get-orig-source; 3.0 handles
+      bz2 orig tarballs for us.
   * debian/control:
     + Bump debhelper depends to 7.0.50~ for override_dh_*
     + Now arch: any, due to libgnome-keyring-sharp-glue.so

Modified: packages/gnome-keyring-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/rules?rev=4400&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/rules (original)
+++ packages/gnome-keyring-sharp/trunk/debian/rules Tue Mar 30 07:23:28 2010
@@ -39,7 +39,3 @@
 		--destdir ../tarballs \
 		--force-download \
 		--rename
-	bzcat ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
-		gzip -9fn -c - > ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
-	rm ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
-




More information about the Pkg-cli-libs-commits mailing list