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

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Thu Aug 7 13:40:56 UTC 2008


    Date: Thursday, August 7, 2008 @ 13:40:54
  Author: nslater-guest
Revision: 1638

fixed for #484716 and minor policy violations

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	2008-08-07 08:11:21 UTC (rev 1637)
+++ packages/planet-venus/trunk/debian/changelog	2008-08-07 13:40:54 UTC (rev 1638)
@@ -1,10 +1,12 @@
-planet-venus (0~bzr95-2) UNRELEASED; urgency=low
+planet-venus (0~bzr95-2) unstable; urgency=high
 
   * Added debian/README.source for upstream source information.
+  * Added Conflicts with plt-scheme. Closes: #484716
+  * Updated Section to extra per policy section 2.5 regarding Conflicts.
   * Updated debian/rules to make better use of CDBS variables.
   * Updated debian/copyright per latest proposed format.
 
- -- Noah Slater <nslater at bytesexual.org>  Fri, 11 Jul 2008 13:04:19 +0100
+ -- Noah Slater <nslater at bytesexual.org>  Thu, 31 Jul 2008 22:34:33 +0100
 
 planet-venus (0~bzr95-1) unstable; urgency=medium
 

Modified: packages/planet-venus/trunk/debian/control
===================================================================
--- packages/planet-venus/trunk/debian/control	2008-08-07 08:11:21 UTC (rev 1637)
+++ packages/planet-venus/trunk/debian/control	2008-08-07 13:40:54 UTC (rev 1638)
@@ -1,6 +1,6 @@
 Source: planet-venus
 Section: python
-Priority: optional
+Priority: extra
 Maintainer: Noah Slater <nslater at bytesexual.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Standards-Version: 3.8.0
@@ -17,7 +17,7 @@
  python-utidylib
 Recommends: python-libxslt1
 Suggests: python-django, python-genshi
-Conflicts: drscheme, planet
+Conflicts: drscheme, plt-scheme, planet
 Description: aggregate feed generator
  Planet Venus downloads news feeds published by web sites and
  aggregates their content together into a single combined feed, latest

Modified: packages/planet-venus/trunk/debian/rules
===================================================================
--- packages/planet-venus/trunk/debian/rules	2008-08-07 08:11:21 UTC (rev 1637)
+++ packages/planet-venus/trunk/debian/rules	2008-08-07 13:40:54 UTC (rev 1638)
@@ -13,8 +13,8 @@
 DEB_COMPRESS_EXCLUDE = .png .svg
 
 DEB_ORIG_URI = http://intertwingly.net/code/venus/
-DEB_ORIG_DIRECTORY=$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
-DEB_ORIG_FILENAME=$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
+DEB_ORIG_DIRECTORY = $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)
+DEB_ORIG_FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
 DEB_REPOS_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -r "s/.*~bzr//")
 
 # @@ workaround for #486848
@@ -49,10 +49,10 @@
 binary-install/planet-venus::
 	dh_pysupport -pplanet-venus -X example -X filter
 
+# @@ only works from source directory, see #494141
 get-orig-source:
 	bzr export -r $(DEB_REPOS_VERSION) $(DEB_ORIG_DIRECTORY) $(DEB_ORIG_URI)
 	tar -czf $(DEB_ORIG_FILENAME) $(DEB_ORIG_DIRECTORY)
 	rm -fr $(DEB_ORIG_DIRECTORY)
 
-
 .PHONY: get-orig-source




More information about the Python-apps-commits mailing list