[Python-apps-commits] r13902 - in packages/terminator/trunk/debian (changelog rules)

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Jan 26 16:24:23 UTC 2017


    Date: Thursday, January 26, 2017 @ 16:24:22
  Author: pochu
Revision: 13902

* control: Remove Rudy Godoy Guill?\195?\169n from uploaders. Closes: #846795.
* rules: Update get-orig-source rule.

Modified:
  packages/terminator/trunk/debian/changelog
  packages/terminator/trunk/debian/rules

Modified: packages/terminator/trunk/debian/changelog
===================================================================
--- packages/terminator/trunk/debian/changelog	2017-01-26 16:22:41 UTC (rev 13901)
+++ packages/terminator/trunk/debian/changelog	2017-01-26 16:24:22 UTC (rev 13902)
@@ -1,7 +1,8 @@
 terminator (1.90+bzr-1705-1) UNRELEASED; urgency=medium
 
   * New upstream snapshot.
-  * Remove Rudy Godoy Guillén from uploaders. Closes: #846795.
+  * control: Remove Rudy Godoy Guillén from uploaders. Closes: #846795.
+  * rules: Update get-orig-source rule.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 04 Dec 2016 17:50:30 +0100
 

Modified: packages/terminator/trunk/debian/rules
===================================================================
--- packages/terminator/trunk/debian/rules	2017-01-26 16:22:41 UTC (rev 13901)
+++ packages/terminator/trunk/debian/rules	2017-01-26 16:24:22 UTC (rev 13902)
@@ -25,12 +25,14 @@
 	rm -f po/.intltool-merge-cache
 	find . -name '*.pyc' -delete
 
+# version should be X.Y+bzr-REV-1, e.g. 1.90+bzr-1705-1 for bzr r1705
 DEBVERSION := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
-REV := $(shell echo $(DEBVERSION) | cut -d'-' -f3)
-VER := $(shell echo $(DEBVERSION) | cut -d'-' -f-3)
+REV := $(shell echo $(DEBVERSION) | cut -d'-' -f2)
+VER := $(shell echo $(DEBVERSION) | cut -d'-' -f-2)
 
 get-orig-source:
 	bzr branch -r $(REV) lp:terminator/gtk3
 	rm -rf gtk3/.bzr*
 	mv gtk3 terminator-$(VER)
 	tar cJf terminator_$(VER).orig.tar.xz terminator-$(VER)
+	rm -rf terminator-$(VER)




More information about the Python-apps-commits mailing list