[Python-modules-commits] r34125 - in packages/python-scrapy/trunk/debian (changelog rules)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Thu Sep 3 13:39:41 UTC 2015


    Date: Thursday, September 3, 2015 @ 13:39:40
  Author: yoh
Revision: 34125

Do install .egg so that scrapy entry point could find scrapy module (Closes: #797364)

Modified:
  packages/python-scrapy/trunk/debian/changelog
  packages/python-scrapy/trunk/debian/rules

Modified: packages/python-scrapy/trunk/debian/changelog
===================================================================
--- packages/python-scrapy/trunk/debian/changelog	2015-09-03 13:39:24 UTC (rev 34124)
+++ packages/python-scrapy/trunk/debian/changelog	2015-09-03 13:39:40 UTC (rev 34125)
@@ -1,6 +1,8 @@
 python-scrapy (1.0.3-1) unstable; urgency=medium
 
   * Fresh upstream release
+  * Do install .egg so that scrapy entry point could find scrapy module
+    (Closes: #797364)
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Wed, 02 Sep 2015 21:36:10 -0400
 

Modified: packages/python-scrapy/trunk/debian/rules
===================================================================
--- packages/python-scrapy/trunk/debian/rules	2015-09-03 13:39:24 UTC (rev 34124)
+++ packages/python-scrapy/trunk/debian/rules	2015-09-03 13:39:40 UTC (rev 34125)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-export DH_ALWAYS_EXCLUDE=license.txt:_sources/:.buildinfo:*.egg
+export DH_ALWAYS_EXCLUDE=license.txt:_sources/:.buildinfo
 
 LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
 BUILD_DATE  = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")




More information about the Python-modules-commits mailing list