[SCM] Packaging of KVIrc (formerly maintained in Hg) branch, master, updated. upstream/4.1.1_svn5507-9-g92eebd1

Kai Wasserbäch curan at alioth.debian.org
Sat Feb 26 12:35:17 UTC 2011


The following commit has been merged in the master branch:
commit d257bbc3a2bd72407e9dfe0972ec30b9e4d3987d
Author: Kai Wasserbäch <curan at debian.org>
Date:   Sat Feb 26 13:02:59 2011 +0100

    debian/rules: Removed get-orig-tar target, use gbp-clone/gbp-pull (or plain git).
---
 debian/changelog |    1 +
 debian/rules     |   15 +--------------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 91222e0..83225e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ kvirc (4:4.1.1~svn5507-2) UNRELEASED; urgency=low
   * debian/rules:
     - Changed dh_install invocation to --fail-missing.
     - Added "--parallel" to dh_auto_configure invocation.
+    - Removed get-orig-tar target, use gbp-clone/gbp-pull (or plain git).
 
  -- Kai Wasserbäch <curan at debian.org>  Wed, 23 Feb 2011 21:21:29 +0100
 
diff --git a/debian/rules b/debian/rules
index 094789e..18ed219 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,17 +33,4 @@ override_dh_install:
 %:
 	dh $@ --parallel --dbg-package=kvirc-dbg --with kde
 
-
-get-orig-source:
-	@@dh_testdir
-	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
-	@@echo 'Checking out for repacking (might take 15 min) ... REV: ' $(REV)
-	@@svn export https://svn.kvirc.de/svn/trunk/kvirc@$(REV) ../tarballs/kvirc-$(REV).tmp
-	@@echo 'Getting the changelog (might take 15 min) ...'
-	@@cd ../tarballs/kvirc-$(REV).tmp; svn2cl -o changelog https://svn.kvirc.de/svn/trunk/kvirc@$(REV)
-	@@echo Creating the tarball ...
-	@@cd ../tarballs/kvirc-$(REV).tmp; tar jcf ../kvirc_$(UPVERSION).orig.tar.bz2 *
-	@@rm -rf ../tarballs/kvirc-$(REV).tmp
-	@@echo Ready for packaging.
-
-.PHONY: override_dh_auto_configure override_dh_install get-orig-source
+.PHONY: override_dh_auto_configure override_dh_install

-- 
Packaging of KVIrc (formerly maintained in Hg)



More information about the pkg-kde-commits mailing list