[Piuparts-commits] rev 904 - in trunk: . debian

Holger Levsen holger at alioth.debian.org
Sat Jun 25 21:21:31 UTC 2011


Author: holger
Date: 2011-06-25 21:21:30 +0000 (Sat, 25 Jun 2011)
New Revision: 904

Modified:
   trunk/Makefile
   trunk/TODO
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
* Bump Standards-Version to 3.9.2, no changes necessary.
* debian/rules: add empty build-arch and build-indep to appease lintian.
* Makefile: drop workaround for #559305 in lenny.

release!

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2011-06-16 07:32:33 UTC (rev 903)
+++ trunk/Makefile	2011-06-25 21:21:30 UTC (rev 904)
@@ -21,9 +21,7 @@
 
 install-doc:
 	# build and install manual 
-	# the first a2x call is to workaround 559305 in sid, while the 2nd is for lenny
-	a2x --copy -a toc -a toclevels=3 -f xhtml -r /etc/asciidoc/ README.txt || \
-	  a2x --copy -a toc -a toclevels=3 -f xhtml README.txt
+	a2x --copy -a toc -a toclevels=3 -f xhtml -r /etc/asciidoc/ README.txt
 	install -d $(docdir)/
 	for file in README.txt README.html docbook-xsl.css ; do \
 	    install -m 0755 $$file $(docdir)/ ; done

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2011-06-16 07:32:33 UTC (rev 903)
+++ trunk/TODO	2011-06-25 21:21:30 UTC (rev 904)
@@ -5,7 +5,7 @@
 higher than wishlist!
 
 
-for 0.40:
+for 0.41:
 
 - piuparts-report should keep state, ie cache the results of the log 
   analysis and generated html pages. Thus, a piuparts-report run could
@@ -21,7 +21,7 @@
 - fix scripts for dash as default shell
 
 
-for 0.41:
+for 0.42:
 
 - use python-debianbts to track bugginess status of packages via
   the bts and remove the "bugged" directory-status tracking
@@ -45,7 +45,7 @@
   why and fix it.
 
 
-for 0.42:
+for 0.43:
 
 - provide mail templates for bugreports (which ideally only
   should need manual logfile trimming) at
@@ -62,7 +62,7 @@
 - publish FAI classes to setup piuparts.$fqdn automatically 
 
 
-for 0.43:
+for 0.44:
 
 - PackagesDB: get rid of 50% of unique()
 
@@ -81,7 +81,7 @@
     fancy graphs)
 
 
-for 0.44:
+for 0.45:
 
 - untestable packages are not recognicable as such, see
   http://piuparts.debian.org/source/a/apache2.html atm. (log is
@@ -101,7 +101,7 @@
   prevent start-stop-daemon from starting any daemons ;)
 
 
-for 0.45 and later:
+for 0.46 and later:
 
 - report:
   - write stats about the reasons for failures, as its done with

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2011-06-16 07:32:33 UTC (rev 903)
+++ trunk/debian/changelog	2011-06-25 21:21:30 UTC (rev 904)
@@ -1,4 +1,4 @@
-piuparts (0.40) UNRELEASED; urgency=low
+piuparts (0.40) unstable; urgency=low
 
   * piuparts.py: 
     - make "natty" the default Ubuntu distribution.
@@ -9,8 +9,11 @@
   * *.py: do not use Python built-in function names as variable name. Thanks
     to Carl Chenet for a first patch and Scott Schaefer for the applied one.
     (Closes: #523950)
+  * Bump Standards-Version to 3.9.2, no changes necessary.
+  * debian/rules: add empty build-arch and build-indep to appease lintian.
+  * Makefile: drop workaround for #559305 in lenny.
 
- -- Holger Levsen <holger at debian.org>  Tue, 04 Jan 2011 14:50:24 +0100
+ -- Holger Levsen <holger at debian.org>  Sat, 25 Jun 2011 21:20:31 +0000
 
 piuparts (0.39) unstable; urgency=low
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2011-06-16 07:32:33 UTC (rev 903)
+++ trunk/debian/control	2011-06-25 21:21:30 UTC (rev 904)
@@ -3,7 +3,7 @@
 Uploaders: Holger Levsen <holger at debian.org>
 Section: devel
 Priority: extra
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Build-Depends: debhelper (>=7)
 Build-Depends-Indep: python-support, asciidoc, xmlto
 Vcs-Svn: svn://svn.debian.org/svn/piuparts/trunk/

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2011-06-16 07:32:33 UTC (rev 903)
+++ trunk/debian/rules	2011-06-25 21:21:30 UTC (rev 904)
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode. 
 #export DH_VERBOSE=1
 
+build-arch:
+build-indep:
 build:
 
 clean:




More information about the Piuparts-commits mailing list