[Pkg-cli-libs-commits] [gnome-keyring-sharp] 03/08: Remove the bz2 -> gzip conversion from get-orig-source; 3.0 handles bz2 orig tarballs for us.
Jo Shields
directhex at moszumanska.debian.org
Mon Nov 16 08:48:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/1.0.0-3
in repository gnome-keyring-sharp.
commit acb0d6aa5f1084c19a89367ca039c3ca1a24eeda
Author: Christopher James Halse Rogers <raof at ubuntu.com>
Date: Tue Mar 30 07:23:28 2010 +0000
Remove the bz2 -> gzip conversion from get-orig-source; 3.0 handles
bz2 orig tarballs for us.
---
debian/changelog | 2 ++
debian/rules | 4 ----
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cbfd4a5..1fd088d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ gnome-keyring-sharp (1.0.0-3) UNRELEASED; urgency=low
* 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
diff --git a/debian/rules b/debian/rules
index dd13413..dc90821 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,3 @@ get-orig-source:
--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
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/gnome-keyring-sharp.git
More information about the Pkg-cli-libs-commits
mailing list