[SCM] Sweet Home 3D Furniture Library Editor branch, master, updated. debian/1.8-1-4-g5619bcc

Gabriele Giacone 1o5g4r8o at gmail.com
Sun Oct 28 23:15:08 UTC 2012


The following commit has been merged in the master branch:
commit 8dc23c7f2e3aa55f71046a2ac6580d90bf5500b3
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sun Oct 28 17:48:32 2012 +0100

    New upstream release 1.9.

diff --git a/debian/changelog b/debian/changelog
index 1f049f4..03f299c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sweethome3d-furniture-editor (1.9-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Sun, 28 Oct 2012 17:47:32 +0100
+
 sweethome3d-furniture-editor (1.8-1) unstable; urgency=low
 
   * Initial release (Closes: #689980).
diff --git a/debian/rules b/debian/rules
index 016ed36..75fa1db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 NAME=$(shell dpkg-parsechangelog|grep '^Source:'|cut -f2 -d' ')
-UVER=$(shell dpkg-parsechangelog|grep '^Version:'|cut -f2 -d' '|cut -f1 -d-)
+VERS=$(shell dpkg-parsechangelog|grep '^Version:'|cut -f2 -d' '|cut -f1 -d-)
 ICONS=debian/icons
 ABOUT=src/com/eteks/furniturelibraryeditor/swing/resources/aboutIcon.png
 
@@ -35,12 +35,12 @@ override_dh_auto_clean:
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 
-TXZ=$(NAME)_$(UVER).orig.tar.xz
+TXZ=$(NAME)_$(VERS).orig.tar.xz
 TMPDIR=_tmpdir
 get-orig-source:
 	rm -f ../$(TXZ)
 	mkdir -p $(TMPDIR)
-	uscan --verbose --force-download --destdir $(TMPDIR)
+	uscan --verbose --download-version $(VERS) --force-download --destdir $(TMPDIR)
 	unzip -q $(TMPDIR)/*.zip -d $(TMPDIR)
 	cd $(TMPDIR)/*-src; tar Jcvf ../../../$(TXZ) .
 	rm -rf $(TMPDIR)

-- 
Sweet Home 3D Furniture Library Editor



More information about the pkg-java-commits mailing list