rev 5616 - kde-extras/digikamimageplugins/branches/experimental/debian

Mark Purcell msp at alioth.debian.org
Mon Feb 19 21:22:40 CET 2007


Author: msp
Date: 2007-02-19 21:22:39 +0100 (Mon, 19 Feb 2007)
New Revision: 5616

Modified:
   kde-extras/digikamimageplugins/branches/experimental/debian/changelog
   kde-extras/digikamimageplugins/branches/experimental/debian/rules
Log:
* More robust debian/rules get-orig-source target
* debian/changelog

Modified: kde-extras/digikamimageplugins/branches/experimental/debian/changelog
===================================================================
--- kde-extras/digikamimageplugins/branches/experimental/debian/changelog	2007-02-19 17:22:56 UTC (rev 5615)
+++ kde-extras/digikamimageplugins/branches/experimental/debian/changelog	2007-02-19 20:22:39 UTC (rev 5616)
@@ -4,6 +4,7 @@
 
   [ Mark Purcell ]
   * New Upstream Release
+  * More robust debian/rules get-orig-source target
 
   [ Achim Bohnet ]
   * debian/control:
@@ -16,8 +17,11 @@
   * debian/rules
     + remove buildprep target. It has found it's way to kde.mk from cdbs
 
- -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Mon, 19 Feb 2007 18:07:20 +0100
+  [ Debian KDE Extras Team ]
+  * debian/changelog
 
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Mon, 19 Feb 2007 20:22:01 +0000
+
 digikamimageplugins (2:0.9.0-1) experimental; urgency=low
 
   [ Mark Purcell ]

Modified: kde-extras/digikamimageplugins/branches/experimental/debian/rules
===================================================================
--- kde-extras/digikamimageplugins/branches/experimental/debian/rules	2007-02-19 17:22:56 UTC (rev 5615)
+++ kde-extras/digikamimageplugins/branches/experimental/debian/rules	2007-02-19 20:22:39 UTC (rev 5616)
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
-UPFILENAME = $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.bz2
-URL = http://heanet.dl.sourceforge.net/digikam/digikamimageplugins-0.9.1-beta1.tar.bz2
+UPFILENAME = $(DEB_SOURCE_PACKAGE)-$(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/~/-/').tar.bz2
+URL = http://heanet.dl.sourceforge.net/digikam/$(UPFILENAME)
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 #include /usr/share/cdbs/1/rules/simple-patchsys.mk




More information about the pkg-kde-commits mailing list