tags 644299 + patch pending
tags 652324 + patch pending
tags 662607 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for certmaster (versioned as 0.25-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u certmaster-0.25/debian/changelog certmaster-0.25/debian/changelog
--- certmaster-0.25/debian/changelog
+++ certmaster-0.25/debian/changelog
@@ -1,3 +1,13 @@
+certmaster (0.25-1.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * Switch to dh_python2 (Closes: #644299, #652324).
+  * debian/certmasterd:
+    - Use Required-Start: $network to avoid insserv rejecting the
+      script header (Closes: #662607).
+
+ -- Luca Falavigna <dktrkr...@debian.org>  Sat, 27 Oct 2012 16:26:01 +0200
+
 certmaster (0.25-1) experimental; urgency=low
 
   * New upstream release.
diff -u certmaster-0.25/debian/control certmaster-0.25/debian/control
--- certmaster-0.25/debian/control
+++ certmaster-0.25/debian/control
@@ -1,16 +1,14 @@
 Source: certmaster
 Section: python
 Homepage: https://fedorahosted.org/certmaster/
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
 Priority: optional
 Maintainer: Nima Talebi <n...@it.net.au>
-Build-Depends: debhelper (>= 7), quilt (>= 0.46), python-all
-Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-central (>= 0.6),
- perl (>= 5.10)
+Build-Depends: debhelper (>= 7), quilt (>= 0.46), python-all (>= 2.6.6-3~)
+Build-Depends-Indep: perl (>= 5.10)
 Standards-Version: 3.8.3
 
 Package: certmaster
-XB-Python-Version: ${python:Versions}
 Architecture: all
 Provides: ${python:Provides}
 Depends: python-openssl (>= 0.7), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
diff -u certmaster-0.25/debian/certmasterd certmaster-0.25/debian/certmasterd
--- certmaster-0.25/debian/certmasterd
+++ certmaster-0.25/debian/certmasterd
@@ -5,7 +5,7 @@
 
 ### BEGIN INIT INFO
 # Provides: certmasterd
-# Required-Start: network
+# Required-Start: $network
 # Required-Stop:
 # Default-Start: 2 3 4 5
 # Default-Stop: 0 1 6
diff -u certmaster-0.25/debian/rules certmaster-0.25/debian/rules
--- certmaster-0.25/debian/rules
+++ certmaster-0.25/debian/rules
@@ -32,7 +32,7 @@
 	install debian/upstream.changelog debian/$(PKG)/usr/share/doc/$(PKG)/changelog
 	dh_link
 	#.
-	dh_pycentral
+	dh_python2
 	dh_installdeb
 install-stamp: build-stamp $(PYVERS:%=install-ext-%)
 	touch $@

Reply via email to