[Python-apps-commits] r11502 - in packages/ibid/trunk/debian (4 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sat Nov 1 20:10:39 UTC 2014


    Date: Saturday, November 1, 2014 @ 20:10:38
  Author: stefanor
Revision: 11502

Repack source with uscan's Files-Excluded feature.

Modified:
  packages/ibid/trunk/debian/changelog
  packages/ibid/trunk/debian/copyright
  packages/ibid/trunk/debian/rules
  packages/ibid/trunk/debian/watch

Modified: packages/ibid/trunk/debian/changelog
===================================================================
--- packages/ibid/trunk/debian/changelog	2014-11-01 20:06:13 UTC (rev 11501)
+++ packages/ibid/trunk/debian/changelog	2014-11-01 20:10:38 UTC (rev 11502)
@@ -1,7 +1,11 @@
-ibid (0.1.1+dfsg-5) UNRELEASED; urgency=low
+ibid (0.1.1+dfsg-5) UNRELEASED; urgency=medium
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
+  [ Stefano Rivera ]
+  * Repack source with uscan's Files-Excluded feature.
+
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:13 +0200
 
 ibid (0.1.1+dfsg-4) unstable; urgency=low

Modified: packages/ibid/trunk/debian/copyright
===================================================================
--- packages/ibid/trunk/debian/copyright	2014-11-01 20:06:13 UTC (rev 11501)
+++ packages/ibid/trunk/debian/copyright	2014-11-01 20:10:38 UTC (rev 11502)
@@ -12,6 +12,12 @@
   wrestling.json: Wrestling move list
   zippy.json:     Zippy the Pinhead quotes
  The built HTML docmentation has also been removed.
+Files-Excluded:
+ factpacks/handey.json
+ factpacks/overlord.json
+ factpacks/wrestling.json
+ factpacks/zippy.json
+ docs/html
 
 Files: *
 Copyright: 2008-2011, Jonathan Hitchcock, Michael Gorven, Stefano Rivera

Modified: packages/ibid/trunk/debian/rules
===================================================================
--- packages/ibid/trunk/debian/rules	2014-11-01 20:06:13 UTC (rev 11501)
+++ packages/ibid/trunk/debian/rules	2014-11-01 20:10:38 UTC (rev 11502)
@@ -46,25 +46,3 @@
 
 override_dh_python2:
 	dh_python2 --no-guessing-deps
-
-REV=$(shell dpkg-parsechangelog | sed -rne 's,^Version: .*bzr([0-9]+).*,\1,p')
-VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: (.+)\+dfsg.*,\1,p')
-BZR_REPO?=lp:ibid
-BZR_DOCS_REPO?=lp:~ibid-dev/ibid/docs
-
-get-orig-source:
-ifeq ($(REV),)
-	uscan --noconf --force-download --rename --download-version=$(VER) --destdir=.
-	tar -xf ibid_$(VER).orig.tar.gz
-	mv Ibid-$(VER) ibid-$(VER)
-	rm -f ibid_$(VER).orig.tar.gz
-else
-	bzr export -r $(REV) ibid-$(VER) $(BZR_REPO)
-	rm -rf ibid-$(VER)/docs
-	bzr export ibid-$(VER)/docs $(BZR_DOCS_REPO)/docs
-endif
-	cd ibid-$(VER)/factpacks/ && rm -f handey.json overlord.json wrestling.json zippy.json
-	rm -rf ibid-$(VER)/docs/html
-	GZIP=--best tar -cz --owner root --group root --mode a+rX \
-	                -f ibid_$(VER)+dfsg.orig.tar.gz ibid-$(VER)
-	rm -rf ibid-$(VER)

Modified: packages/ibid/trunk/debian/watch
===================================================================
--- packages/ibid/trunk/debian/watch	2014-11-01 20:06:13 UTC (rev 11501)
+++ packages/ibid/trunk/debian/watch	2014-11-01 20:10:38 UTC (rev 11502)
@@ -1,5 +1,5 @@
 version=3
 
-opts=dversionmangle=s/\+dfsg// \
+opts=dversionmangle=s/\+dfsg//,repacksuffix=+dfsg \
 https://launchpad.net/ibid/+download \
 https?://.*/Ibid-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list