[Pkg-amule-commits] [SCM] Git repository for pkg-amule branch, master, updated. debian/2.2.6+debian0-9-7-gc290c56

Sandro Tosi morph at debian.org
Wed Apr 27 20:21:23 UTC 2011


The following commit has been merged in the master branch:
commit c290c56c0194c7ac08e7c46077ded66adc4be515
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Apr 27 22:21:09 2011 +0200

    add a rule to import a new upstream tarball

diff --git a/debian/rules b/debian/rules
index fb94dc3..912c4ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -132,6 +132,10 @@ binary-common:
 	dh_md5sums
 	dh_builddeb
 
+import-orig:
+	# call it like ./debian/rules import-orig <path to the new tarball>
+	git-import-orig --filter=debian/* --filter=config.{sub,guess} --pristine-tar --filter-pristine-tar ${TARBALL}
+
 #
 
-.PHONY: build clean install binary binary-arch binary-indep binary-common
+.PHONY: build clean install binary binary-arch binary-indep binary-common import-orig

-- 
Git repository for pkg-amule



More information about the Pkg-amule-commits mailing list