[Python-apps-commits] r766 - in packages/planet-venus/trunk/debian (5 files)
nslater-guest at users.alioth.debian.org
nslater-guest at users.alioth.debian.org
Tue Mar 4 23:15:22 UTC 2008
Date: Tuesday, March 4, 2008 @ 23:15:20
Author: nslater-guest
Revision: 766
final changes for planet-venus
Modified:
packages/planet-venus/trunk/debian/changelog
packages/planet-venus/trunk/debian/control
packages/planet-venus/trunk/debian/copyright
packages/planet-venus/trunk/debian/patches/command-improvement.patch
packages/planet-venus/trunk/debian/rules
Modified: packages/planet-venus/trunk/debian/changelog
===================================================================
--- packages/planet-venus/trunk/debian/changelog 2008-03-04 22:05:52 UTC (rev 765)
+++ packages/planet-venus/trunk/debian/changelog 2008-03-04 23:15:20 UTC (rev 766)
@@ -1,5 +1,5 @@
-planet-venus (20080220-1) experimental; urgency=low
+planet-venus (0~bzr86) experimental; urgency=low
* Initial release. Closes: #461883
- -- Noah Slater <nslater at bytesexual.org> Wed, 20 Feb 2008 14:36:09 +0000
+ -- Noah Slater <nslater at bytesexual.org> Tue, 04 Mar 2008 22:47:49 +0000
Modified: packages/planet-venus/trunk/debian/control
===================================================================
--- packages/planet-venus/trunk/debian/control 2008-03-04 22:05:52 UTC (rev 765)
+++ packages/planet-venus/trunk/debian/control 2008-03-04 23:15:20 UTC (rev 766)
@@ -7,8 +7,8 @@
Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2)
Build-Depends-Indep: help2man, python-support (>= 0.6.4), python
Homepage: http://www.intertwingly.net/code/venus/
-Vcs-Svn: svn://svn.debian.org/python-apps/packages/venus/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/venus/trunk/?op=log
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/planet-venus/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/planet-venus/trunk/?op=log
Package: planet-venus
Architecture: all
Modified: packages/planet-venus/trunk/debian/copyright
===================================================================
--- packages/planet-venus/trunk/debian/copyright 2008-03-04 22:05:52 UTC (rev 765)
+++ packages/planet-venus/trunk/debian/copyright 2008-03-04 23:15:20 UTC (rev 766)
@@ -3,8 +3,7 @@
X-Debianized-Date: Wed, 13 Feb 2008 09:20:18 +0000
X-Source-Downloaded-From: http://www.intertwingly.net/code/venus/
X-Source-Get-Original: ./debian/rules get-orig-source
-X-Source-Size: 389120
-X-Source-MD5: 934d927eecfdb5a1a4a17798de3ed60f
+X-Source-Original-Depends: bzr
X-Upstream-Author: Sam Ruby <rubys at intertwingly.net>
Files: *
Modified: packages/planet-venus/trunk/debian/patches/command-improvement.patch
===================================================================
--- packages/planet-venus/trunk/debian/patches/command-improvement.patch 2008-03-04 22:05:52 UTC (rev 765)
+++ packages/planet-venus/trunk/debian/patches/command-improvement.patch 2008-03-04 23:15:20 UTC (rev 766)
@@ -1,6 +1,6 @@
-diff -Nur venus/planet.py venus.new/planet.py
---- venus/planet.py 2007-12-22 03:24:01.000000000 +0000
-+++ venus.new/planet.py 2008-02-20 14:27:29.000000000 +0000
+diff -Nur planet-venus-20080220.orig/planet.py planet-venus-20080220.orig.new/planet.py
+--- planet-venus-20080220.orig/planet.py 2007-12-22 03:24:01.000000000 +0000
++++ planet-venus-20080220.orig.new/planet.py 2008-03-04 16:16:04.000000000 +0000
@@ -13,30 +13,89 @@
"Jeff Waugh <jdub at perkypants.org>" ]
__license__ = "Python"
@@ -38,7 +38,7 @@
- print " -n, --only-if-new Only spider new feeds"
- print " -x, --expunge Expunge old entries from cache"
- print
-+ print """Usage: planet [OPTION] [CONFIGURATION-FILE]
++ print """Usage: planet [OPTION]... CONFIGURATION-FILE
+
+Planet Venus downloads news feeds published by web sites and aggregates their
+content together into a single combined feed, latest news first.
@@ -47,14 +47,14 @@
+
+Options:
+
-+ -h, --help display a short help message and exit
-+ -V, --version display version information and exit
-+ -c, --create DIRECTORY create a new planet in DIRECTORY
-+ -v, --verbose verbose logging during update
-+ -d, --debug debug logging during update
-+ -o, --offline update from the cache only
-+ -n, --only-if-new only spider new feeds
-+ -x, --expunge expunge old entries from cache
++ -h, --help display a short help message and exit
++ -V, --version display version information and exit
++ -v, --verbose verbose logging during update
++ -d, --debug debug logging during update
++ -o, --offline update from the cache only
++ -n, --only-if-new only spider new feeds
++ -x, --expunge expunge old entries from cache
++ -c, --create DIRECTORY create a new planet in DIRECTORY
+
+Examples:
+
Modified: packages/planet-venus/trunk/debian/rules
===================================================================
--- packages/planet-venus/trunk/debian/rules 2008-03-04 22:05:52 UTC (rev 765)
+++ packages/planet-venus/trunk/debian/rules 2008-03-04 23:15:20 UTC (rev 766)
@@ -16,10 +16,12 @@
DEB_COMPRESS_EXCLUDE = .png .svg
+REPOSITORY_URI = http://intertwingly.net/code/venus/
+
PACKAGE_NAME = planet-venus
-PACKAGE_VERSION = 20080220
-PACKAGE_DIRECTORY=$(PACKAGE_NAME)-$(PACKAGE_VERSION).orig
-PACKAGE_FILENAME=$(PACKAGE_NAME)_$(PACKAGE_VERSION).orig.tar.gz
+PACKAGE_VERSION = 86
+PACKAGE_DIRECTORY=$(PACKAGE_NAME)-0~bzr$(PACKAGE_VERSION).orig
+PACKAGE_FILENAME=$(PACKAGE_NAME)_0~bzr$(PACKAGE_VERSION).orig.tar.gz
clean::
rm -rf diveintomark_20080214
@@ -51,11 +53,6 @@
dh_pysupport -pplanet-venus -X example -X filter
get-orig-source:
- wget --progress=dot http://www.intertwingly.net/code/venus.tgz
- tar -xzf venus.tgz
- rm -f venus.tgz
- mv venus $(PACKAGE_DIRECTORY)
- tar -czf $(PACKAGE_FILENAME) $(PACKAGE_DIRECTORY)
- rm -fr $(PACKAGE_DIRECTORY)
+ bzr export -r $(PACKAGE_VERSION) $(PACKAGE_FILENAME) $(REPOSITORY_URI)
.PHONY: get-orig-source
More information about the Python-apps-commits
mailing list