[Python-apps-commits] r3877 - in packages/planet-venus/trunk/debian (changelog control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Oct 1 19:20:17 UTC 2009


    Date: Thursday, October 1, 2009 @ 19:20:16
  Author: piotr
Revision: 3877

* New upstream snapshot (Closes: #546179 - CVE-2009-2937)
* Add python-beautifulsoup to Recommends and python-lxml to Suggests
* Remove .py[oc] files in clean rule
* Standards-Version bumped to 3.8.3 (no changes needed)

Modified:
  packages/planet-venus/trunk/debian/changelog
  packages/planet-venus/trunk/debian/control
  packages/planet-venus/trunk/debian/rules

Modified: packages/planet-venus/trunk/debian/changelog
===================================================================
--- packages/planet-venus/trunk/debian/changelog	2009-10-01 03:42:51 UTC (rev 3876)
+++ packages/planet-venus/trunk/debian/changelog	2009-10-01 19:20:16 UTC (rev 3877)
@@ -1,11 +1,18 @@
-planet-venus (0~bzr95-3) UNRELEASED; urgency=low
+planet-venus (0~bzr116-1) unstable; urgency=high
 
+  [ Piotr Ożarowski ]
+  * New upstream snapshot (Closes: #546179 - CVE-2009-2937)
+  * Add python-beautifulsoup to Recommends and python-lxml to Suggests
+  * Remove .py[oc] files in clean rule
+  * Standards-Version bumped to 3.8.3 (no changes needed)
+
+  [ Noah Slater ]
   * Updated debian/rules to use clean and cleanbuilddir targets.
   * Updated patch for --help output to better satisfy GNU Coding Standards.
   * Updated debian/control, updated Vcs-Browser.
   * Updated debian/control, updated Build-Depends on debhelper to 7.2.11.
 
- -- Noah Slater <nslater at tumbolia.org>  Thu, 14 May 2009 17:01:03 +0100
+ -- Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>  Thu, 01 Oct 2009 19:12:13 +0200
 
 planet-venus (0~bzr95-2) unstable; urgency=medium
 

Modified: packages/planet-venus/trunk/debian/control
===================================================================
--- packages/planet-venus/trunk/debian/control	2009-10-01 03:42:51 UTC (rev 3876)
+++ packages/planet-venus/trunk/debian/control	2009-10-01 19:20:16 UTC (rev 3877)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Noah Slater <nslater at tumbolia.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Build-Depends: cdbs (>= 0.4.42), debhelper (>= 7.2.11)
 Build-Depends-Indep: help2man, python-support (>= 0.6.4), python
 Homepage: http://www.intertwingly.net/code/venus/
@@ -15,8 +15,8 @@
 Depends: ${python:Depends}, ${misc:Depends}, python-chardet, python-html5lib,
  python-htmltmpl, python-httplib2, python-librdf, python-libxml2,
  python-utidylib
-Recommends: python-libxslt1
-Suggests: python-django, python-genshi
+Recommends: python-libxslt1, python-beautifulsoup
+Suggests: python-django, python-genshi, python-lxml
 Conflicts: drscheme, plt-scheme, planet
 Description: aggregate feed generator
  Planet Venus downloads news feeds published by web sites and

Modified: packages/planet-venus/trunk/debian/rules
===================================================================
--- packages/planet-venus/trunk/debian/rules	2009-10-01 03:42:51 UTC (rev 3876)
+++ packages/planet-venus/trunk/debian/rules	2009-10-01 19:20:16 UTC (rev 3877)
@@ -21,11 +21,14 @@
 binary-arch binary-indep: build
 
 cleanbuilddir::
-        sed -i -e "s/\"$(DEB_UPSTREAM_VERSION)\"/@version@/" planet.py
+	sed -i -e "s/\"$(DEB_UPSTREAM_VERSION)\"/@version@/" planet.py
 
 post-patches::
-        sed -i -e "s/@version@/\"$(DEB_UPSTREAM_VERSION)\"/" planet.py
+	sed -i -e "s/@version@/\"$(DEB_UPSTREAM_VERSION)\"/" planet.py
 
+clean::
+	find . -name '*\.py[co]' -delete
+
 # @@ The bundled feedparser.py is a pre-release version so we can't depend on
 # @@ the standard packaged version. The other three bundled modules might be
 # @@ nice as external packages.




More information about the Python-apps-commits mailing list