Skip to content

Commit 140f582

Browse files
author
agusc
committed
removed SUFFIX from scrapy name package
1 parent f958fb9 commit 140f582

File tree

4 files changed

+6
-45
lines changed

4 files changed

+6
-45
lines changed

Makefile.buildbot

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ test:
88
-s3cmd sync -P htmlcov/ s3://static.scrapy.org/coverage-scrapy-$(BRANCH)/
99

1010
build:
11-
test $(BRANCH) != master || git describe >scrapy/VERSION
12-
python extras/makedeb.py build
11+
test $(BRANCH) != master || git describe --tags | sed -r 's/([0-9]+.[0-9]*.[0-9]*)(rc|dev)(.*)/\1~\2\3/' >scrapy/VERSION
12+
debchange -m -D unstable --force-distribution -v `python setup.py --version`+`date +%s` "Automatic build"
13+
debuild -us -uc -b
1314

1415
clean:
1516
git checkout debian scrapy/VERSION

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
scrapy-SUFFIX (0.11) unstable; urgency=low
1+
scrapy (0.11) unstable; urgency=low
22

33
* Initial release.
44

debian/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Source: scrapy-SUFFIX
1+
Source: scrapy
22
Section: python
33
Priority: optional
44
Maintainer: Scrapinghub Team <[email protected]>
55
Build-Depends: debhelper (>= 7.0.50), python (>=2.7), python-twisted, python-w3lib, python-lxml, python-six (>=1.5.2)
66
Standards-Version: 3.8.4
77
Homepage: http://scrapy.org/
88

9-
Package: scrapy-SUFFIX
9+
Package: scrapy
1010
Architecture: all
1111
Depends: ${python:Depends}, python-lxml, python-twisted, python-openssl,
1212
python-w3lib (>= 1.8.0), python-queuelib, python-cssselect (>= 0.9), python-six (>=1.5.2)

extras/makedeb.py

-40
This file was deleted.

0 commit comments

Comments
 (0)