rev 16905 - kde-extras/skanlite/trunk/debian

Kai Wasserbäch curan-guest at alioth.debian.org
Sat Feb 13 02:11:35 UTC 2010


Author: curan-guest
Date: 2010-02-13 02:11:33 +0000 (Sat, 13 Feb 2010)
New Revision: 16905

Modified:
   kde-extras/skanlite/trunk/debian/changelog
   kde-extras/skanlite/trunk/debian/rules
Log:
[Skanlite] (trunk) debian/rules: Add another variable for dynamic URL construction.
  Construct the URL for the get-orig-source and print-version targets
  dynamically.

Modified: kde-extras/skanlite/trunk/debian/changelog
===================================================================
--- kde-extras/skanlite/trunk/debian/changelog	2010-02-12 22:05:01 UTC (rev 16904)
+++ kde-extras/skanlite/trunk/debian/changelog	2010-02-13 02:11:33 UTC (rev 16905)
@@ -1,8 +1,18 @@
+skanlite (0.4-kde4.4.0-2) UNRELEASED; urgency=low
+
+  The „Urge to Feed“ release.
+
+  * NOT RELEASED YET
+  * debian/rules: Construct the URL for the get-orig-source and print-version
+    targets dynamically.
+
+ -- Kai Wasserbäch <debian at carbon-project.org>  Sat, 13 Feb 2010 03:07:21 +0100
+
 skanlite (0.4-kde4.4.0-1) unstable; urgency=low
 
-  [ Kai Wasserbäch ]
   The „Black Knight“ release.
 
+  [ Kai Wasserbäch ]
   * New upstream release
   * debian/skanlite.lintian-overrides: Removed, no longer needed.
   * debian/watch: Rewritten. This gets us a permanently working watch file. 

Modified: kde-extras/skanlite/trunk/debian/rules
===================================================================
--- kde-extras/skanlite/trunk/debian/rules	2010-02-12 22:05:01 UTC (rev 16904)
+++ kde-extras/skanlite/trunk/debian/rules	2010-02-13 02:11:33 UTC (rev 16905)
@@ -6,10 +6,11 @@
 DEBVERSION:=$(shell head -n 1 debian/changelog \
                     | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
+KDERELEASE:=$(shell echo $(UPVERSION) | sed -e 's/[0-9.]*-kde//')
 
 FILENAME = $(DEB_SOURCE_PACKAGE)_$(UPVERSION).orig.tar.gz
 UPFILENAME = $(DEB_SOURCE_PACKAGE)-$(UPVERSION).tar.bz2
-URL = ftp://ftp.kde.org/pub/kde/stable/4.4.0/src/extragear/$(UPFILENAME)
+URL = ftp://ftp.kde.org/pub/kde/stable/$(KDERELEASE)/src/extragear/$(UPFILENAME)
 
 
 override_dh_auto_configure:




More information about the pkg-kde-commits mailing list