[Python-modules-commits] r32290 - in packages/python-networkx/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Apr 11 15:23:21 UTC 2015
Date: Saturday, April 11, 2015 @ 15:23:20
Author: morph
Revision: 32290
* debian/rules
- remove the get-orig-src crap
Modified:
packages/python-networkx/trunk/debian/changelog
packages/python-networkx/trunk/debian/rules
Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog 2015-04-11 15:22:41 UTC (rev 32289)
+++ packages/python-networkx/trunk/debian/changelog 2015-04-11 15:23:20 UTC (rev 32290)
@@ -3,8 +3,10 @@
* New upstream release
* debian/watch
- use PyPI redirector
+ * debian/rules
+ - remove the get-orig-src crap
- -- Sandro Tosi <morph at debian.org> Sat, 11 Apr 2015 16:22:24 +0100
+ -- Sandro Tosi <morph at debian.org> Sat, 11 Apr 2015 16:23:09 +0100
python-networkx (1.9+dfsg1-1) unstable; urgency=medium
Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules 2015-04-11 15:22:41 UTC (rev 32289)
+++ packages/python-networkx/trunk/debian/rules 2015-04-11 15:23:20 UTC (rev 32290)
@@ -94,21 +94,6 @@
DEBPKGNAME ?= $(shell dpkg-parsechangelog | grep -E ^Source: | cut -d" " -f2)
UPSTREAM_GIT ?= git://github.com/networkx/networkx.git
-get-orig-src:
- set -ex && \
- mkdir debian-tmp && \
- cd debian-tmp && \
- git clone $(UPSTREAM_GIT) && \
- cd networkx && \
- git reset --hard networkx-$(NODFSG_VERSION) && \
- git rm -rf examples/javascript/force/d3 doc/source/static/force/d3js .hgtags && \
- git commit -a -m "Removed non-free files" && \
- git tag $(VERSION) && \
- git archive --prefix=$(DEBPKGNAME)-$(VERSION)/ $(VERSION) \
- | xz >../../../$(DEBPKGNAME)_$(VERSION).orig.tar.xz ; \
- cd ../.. ; \
- rm -rf debian-tmp
-
update_intersphinx_mapping:
wget http://docs.python.org/dev/objects.inv -O debian/python.org_objects.inv
wget http://docs.scipy.org/doc/numpy/objects.inv -O debian/scipy.org_numpy_objects.inv
More information about the Python-modules-commits
mailing list