tags 591601 + patch
tags 591601 + pending
thanks

Dear maintainer,

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

Regards.

-- 
Georges KHAZNADAR et Jocelyne FOURNIER
22 rue des mouettes, 59240 Dunkerque France.
Téléphone +33 (0)3 28 29 17 70

diff -Nru bindgraph-0.2a/debian/changelog bindgraph-0.2a/debian/changelog
--- bindgraph-0.2a/debian/changelog	2010-04-15 16:10:58.000000000 +0200
+++ bindgraph-0.2a/debian/changelog	2010-08-17 16:34:15.000000000 +0200
@@ -1,3 +1,13 @@
+bindgraph (0.2a-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Modified debian/postinst to ensure the existence of the directory
+    /var/run/servergraph before its configuration. Closes: #591601
+  * upgraded Standards-Version to 3.9.1 and compat to 5.
+  * replaced dh_clean -k by dh_prep in debian/rules.
+
+ -- Georges Khaznadar <georg...@ofset.org>  Tue, 17 Aug 2010 16:29:24 +0200
+
 bindgraph (0.2a-5) unstable; urgency=low
 
   * Packaging
diff -Nru bindgraph-0.2a/debian/compat bindgraph-0.2a/debian/compat
--- bindgraph-0.2a/debian/compat	2010-01-09 21:44:35.000000000 +0100
+++ bindgraph-0.2a/debian/compat	2010-08-17 16:31:45.000000000 +0200
@@ -1 +1 @@
-5
+7
diff -Nru bindgraph-0.2a/debian/control bindgraph-0.2a/debian/control
--- bindgraph-0.2a/debian/control	2010-04-13 15:43:48.000000000 +0200
+++ bindgraph-0.2a/debian/control	2010-08-17 16:31:39.000000000 +0200
@@ -2,9 +2,9 @@
 Section: admin
 Priority: extra
 Maintainer: Jose Luis Tallon <jltal...@adv-solutions.net>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: po-debconf (>= 0.8.2)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 
 Package: bindgraph
 Architecture: all
diff -Nru bindgraph-0.2a/debian/postinst bindgraph-0.2a/debian/postinst
--- bindgraph-0.2a/debian/postinst	2010-01-09 21:14:15.000000000 +0100
+++ bindgraph-0.2a/debian/postinst	2010-08-17 16:29:17.000000000 +0200
@@ -34,7 +34,7 @@
 
 case "$1" in
     configure)
-
+	[ -d $RUNDIR ] || mkdir -p $RUNDIR
 	chown daemon:root $RUNDIR
 
 	db_get bindgraph/logfile || true
diff -Nru bindgraph-0.2a/debian/rules bindgraph-0.2a/debian/rules
--- bindgraph-0.2a/debian/rules	2010-08-17 16:26:34.000000000 +0200
+++ bindgraph-0.2a/debian/rules	2010-08-17 16:33:40.000000000 +0200
@@ -51,7 +51,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	dh_install
 
@@ -59,8 +59,6 @@
 	mkdir -p $(CURDIR)/debian/bindgraph/usr/share/lintian/overrides
 	cp debian/lintian-overrides \
 		$(CURDIR)/debian/bindgraph/usr/share/lintian/overrides/bindgraph
-	#	this directory has to exist to be configured at postinst time.
-	mkdir -p $(CURDIR)/debian/bindgraph/var/run/servergraph
 
 
 

Attachment: signature.asc
Description: Digital signature

Reply via email to