[Python-modules-commits] r23078 - in packages/python-gdata/branches/wheezy/debian (2 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Mon Nov 26 05:59:59 UTC 2012
Date: Monday, November 26, 2012 @ 05:59:54
Author: mitya57-guest
Revision: 23078
fixes to debia/rules and debian/changelog (thanks jwilk for comments)
Modified:
packages/python-gdata/branches/wheezy/debian/changelog
packages/python-gdata/branches/wheezy/debian/rules
Modified: packages/python-gdata/branches/wheezy/debian/changelog
===================================================================
--- packages/python-gdata/branches/wheezy/debian/changelog 2012-11-26 02:36:18 UTC (rev 23077)
+++ packages/python-gdata/branches/wheezy/debian/changelog 2012-11-26 05:59:54 UTC (rev 23078)
@@ -1,16 +1,16 @@
python-gdata (2.0.17+dfsg-1) unstable; urgency=low
* Add missing Breaks/Replaces for python-gdata (<< 2.0.14-2) to
- python-gdata-doc (closes: #694289, thanks to Andreas Beckmann
- for the bug report).
- * Remove Cipher directory from upstream tarball (closes: #694336,
+ python-gdata-doc (closes: #694289, thanks to Andreas Beckmann for the
+ bug report).
+ * Remove non-free .pyd files from upstream tarball (closes: #694336,
thanks to Jakub Wilk for the bug report).
+ Add debian/get-orig-source.sh script.
- + Update debian/watch.
+ + Add get-orig-source target to debian/rules and update debian/watch.
* Move chmod calls to debian/get-orig-source.sh, so that file
permissions do not differ before and after the build.
- -- Dmitry Shachnev <mitya57 at gmail.com> Sun, 25 Nov 2012 13:44:38 +0400
+ -- Dmitry Shachnev <mitya57 at gmail.com> Mon, 26 Nov 2012 09:43:03 +0400
python-gdata (2.0.17-1) unstable; urgency=low
Modified: packages/python-gdata/branches/wheezy/debian/rules
===================================================================
--- packages/python-gdata/branches/wheezy/debian/rules 2012-11-26 02:36:18 UTC (rev 23077)
+++ packages/python-gdata/branches/wheezy/debian/rules 2012-11-26 05:59:54 UTC (rev 23078)
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
-DEB_DIRECTORY := $(dir $(firstword $(MAKEFILE_LIST)))
-DEB_VERSION := $(word 2,$(shell cd $(DEB_DIRECTORY)/.. && dpkg-parsechangelog | grep ^Version:))
-UPSTREAM_DFSG_VERSION := $(firstword $(subst -, ,$(DEB_VERSION)))
+DEB_DIRECTORY = $(dir $(firstword $(MAKEFILE_LIST)))
+DEB_VERSION = $(word 2,$(shell cd $(DEB_DIRECTORY)/.. && dpkg-parsechangelog | grep ^Version:))
+UPSTREAM_DFSG_VERSION = $(firstword $(subst -, ,$(DEB_VERSION)))
%:
dh $@ --with python2
@@ -15,4 +15,4 @@
dh_compress -X.py -X.js -X.c
get-orig-source:
- sh $(dir $(firstword $(MAKEFILE_LIST)))/get-orig-source.sh $(UPSTREAM_DFSG_VERSION)
+ sh $(DEB_DIRECTORY)/get-orig-source.sh $(UPSTREAM_DFSG_VERSION)
More information about the Python-modules-commits
mailing list