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

Mark Purcell msp at alioth.debian.org
Sun Feb 18 22:07:23 CET 2007


Author: msp
Date: 2007-02-18 22:07:23 +0100 (Sun, 18 Feb 2007)
New Revision: 5613

Modified:
   kde-extras/digikamimageplugins/branches/experimental/debian/changelog
   kde-extras/digikamimageplugins/branches/experimental/debian/rules
   kde-extras/digikamimageplugins/branches/experimental/debian/watch
Log:
* New Upstream Release

Modified: kde-extras/digikamimageplugins/branches/experimental/debian/changelog
===================================================================
--- kde-extras/digikamimageplugins/branches/experimental/debian/changelog	2007-02-18 20:59:30 UTC (rev 5612)
+++ kde-extras/digikamimageplugins/branches/experimental/debian/changelog	2007-02-18 21:07:23 UTC (rev 5613)
@@ -1,7 +1,10 @@
-digikamimageplugins (2:0.9.0-2) UNRELEASED; urgency=low
+digikamimageplugins (2:0.9.1~beta1-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
 
+  [ Mark Purcell ]
+  * New Upstream Release
+
   [ Achim Bohnet ]
   * debian/control:
     + Point XS-Vcs-* header fields to experimental branch until post etch
@@ -11,7 +14,7 @@
     * Rework long description
     * Add new plugins to the long description (closes malone 80525)
 
- -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu,  4 Jan 2007 00:53:47 +1100
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 18 Feb 2007 21:01:19 +0000
 
 digikamimageplugins (2:0.9.0-1) experimental; urgency=low
 

Modified: kde-extras/digikamimageplugins/branches/experimental/debian/rules
===================================================================
--- kde-extras/digikamimageplugins/branches/experimental/debian/rules	2007-02-18 20:59:30 UTC (rev 5612)
+++ kde-extras/digikamimageplugins/branches/experimental/debian/rules	2007-02-18 21:07:23 UTC (rev 5613)
@@ -1,5 +1,9 @@
 #!/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
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 #include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/kde.mk
@@ -9,8 +13,23 @@
 clean ::
 	rm -f po/*/*.gmo
 
+buildprep: clean apply-patches
+	make -f admin/Makefile.common dist
+	debian/rules clean
+
 get-orig-source:
-	 @@dh_testdir
-	 @@[ -d ../tarballs/. ]
-	 @@dpatch-get-origtargz ../tarballs
+	@@dh_testdir
+	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+	@@echo Downloading $(UPFILENAME) from $(URL) ...
+	@@wget -N -nv -T10 -t3 -O ../tarballs/$(UPFILENAME) $(URL)
+	@@echo Converting $(UPFILENAME) to $(FILENAME)
+	@@bzcat ../tarballs/$(UPFILENAME) | gzip -9 > ../tarballs/$(FILENAME)
 
+print-version:
+	@@echo DEB_SOURCE_PACKAGE: $(DEB_SOURCE_PACKAGE)
+	@@echo DEB_VERSION: $(DEB_VERSION)
+	@@echo DEB_NO_EPOCH_VERSION: $(DEB_NOEPOCH_VERSION)
+	@@echo DEB_UPSTREAM_VERSION: $(DEB_UPSTREAM_VERSION)
+	@@echo FILENAME: $(FILENAME)
+	@@echo URL: $(URL)
+

Modified: kde-extras/digikamimageplugins/branches/experimental/debian/watch
===================================================================
--- kde-extras/digikamimageplugins/branches/experimental/debian/watch	2007-02-18 20:59:30 UTC (rev 5612)
+++ kde-extras/digikamimageplugins/branches/experimental/debian/watch	2007-02-18 21:07:23 UTC (rev 5613)
@@ -5,4 +5,4 @@
 
 # Uncomment to use Roland's hack for sourceforge based projects - YMMV!
 opts=dversionmangle=s/~/-/ \
- http://sf.net/digikam/digikamimageplugins-([\d].[\d].[\d])\.tar\.bz2 debian svn-upgrade
+ http://sf.net/digikam/digikamimageplugins-(.*)\.tar\.bz2 debian svn-upgrade




More information about the pkg-kde-commits mailing list