[Python-modules-commits] r5839 - in packages/elementtidy/trunk/debian (4 files)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Sun Jul 6 20:37:50 UTC 2008


    Date: Sunday, July 6, 2008 @ 20:37:48
  Author: shlomme
Revision: 5839

* prepare new upload

Modified:
  packages/elementtidy/trunk/debian/changelog
  packages/elementtidy/trunk/debian/control
  packages/elementtidy/trunk/debian/control.in
  packages/elementtidy/trunk/debian/rules

Modified: packages/elementtidy/trunk/debian/changelog
===================================================================
--- packages/elementtidy/trunk/debian/changelog	2008-07-06 17:52:03 UTC (rev 5838)
+++ packages/elementtidy/trunk/debian/changelog	2008-07-06 20:37:48 UTC (rev 5839)
@@ -1,5 +1,22 @@
-elementtidy (1.0-5) UNRELEASED; urgency=low
+elementtidy (1.0-6) UNRELEASED; urgency=low
+  
+  [ Torsten Marek ]
+  * debian/control{.in}
+    - Updated standards version to 3.8.0, no changes necessary
 
+  * debian/rules
+    - removed outdated workaround for cdbs bug
+
+  * Rebuild against libtidy (Closes: #461629)
+
+  [ Sandro Tosi ]
+  * debian/control{.in}
+    - fix Svn-Browser field
+
+ -- Torsten Marek <shlomme at debian.org>  Sun, 06 Jul 2008 22:36:42 +0200
+
+elementtidy (1.0-5) unstable; urgency=low
+
   [ Piotr Ożarowski ]
   * Added Vcs-Svn, Vcs-Browser and Homepage fields
 
@@ -12,12 +29,8 @@
   * Converted the package to use python-support
   * Changed standards version to 3.7.2.2, no changes
 
-  [ Sandro Tosi ]
-  * debian/control{.in}
-    - fix Svn-Browser field
+ -- Torsten Marek <shlomme at debian.org>  Sat, 08 Dec 2007 00:05:53 +0100
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 02 Jan 2008 16:55:24 +0100
-
 elementtidy (1.0-4) unstable; urgency=low
 
   * Updated for the new Python policy. Closes: #373419

Modified: packages/elementtidy/trunk/debian/control
===================================================================
--- packages/elementtidy/trunk/debian/control	2008-07-06 17:52:03 UTC (rev 5838)
+++ packages/elementtidy/trunk/debian/control	2008-07-06 20:37:48 UTC (rev 5839)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Torsten Marek <shlomme at debian.org>
 Build-Depends: cdbs (>= 0.4.49), patchutils (>= 0.2.25), debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-support (>= 0.5.3), libtidy-dev
-Standards-Version: 3.7.2.2
+Standards-Version: 3.8.0
 Homepage: http://effbot.org/zone/element-tidylib.htm
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/elementtidy/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/?op=log

Modified: packages/elementtidy/trunk/debian/control.in
===================================================================
--- packages/elementtidy/trunk/debian/control.in	2008-07-06 17:52:03 UTC (rev 5838)
+++ packages/elementtidy/trunk/debian/control.in	2008-07-06 20:37:48 UTC (rev 5839)
@@ -4,14 +4,14 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> 
 Uploaders: Torsten Marek <shlomme at debian.org>
 Build-Depends: @cdbs@, libtidy-dev
-Standards-Version: 3.7.2.2
+Standards-Version: 3.8.0
 Homepage: http://effbot.org/zone/element-tidylib.htm
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/elementtidy/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/elementtidy/trunk/?op=log
 
 Package: python-elementtidy
 Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, python-elementtree
+Depends: ${shlibs:Depends}, ${python:Depends}, python-elementtree 
 Conflicts: python2.3-elementtidy (<< 1.0-4), python2.4-elementtidy (<< 1.0-4)
 Replaces: python2.3-elementtidy (<< 1.0-4), python2.4-elementtidy (<< 1.0-4)
 Provides: ${python:Provides}

Modified: packages/elementtidy/trunk/debian/rules
===================================================================
--- packages/elementtidy/trunk/debian/rules	2008-07-06 17:52:03 UTC (rev 5838)
+++ packages/elementtidy/trunk/debian/rules	2008-07-06 20:37:48 UTC (rev 5839)
@@ -5,8 +5,3 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-
-clean::
-#	hack (CDBS bug -- see #300149)
-	-rm -rf build
-




More information about the Python-modules-commits mailing list