[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#585627: Still doesn't work for me



tag 585627 pending patch
thanks

On 06/22/2010 02:08 PM, Michael Meskes wrote:
> This NMU doesn't seem to fix it on my up-to-date sid system:

*sigh* I missed that dh_installdeb was - for whatever reason - called before
dh_pysupport. Fixed, updated NMU uploaded.

NMU diff is attached to this mail.

-- 
 Bernd Zeimetz                            Debian GNU/Linux Developer
 http://bzed.de                                http://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
                   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F
diff --git a/debian/changelog b/debian/changelog
index 7308032..10f2186 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+hplip (3.10.5-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove unnecessary module path option for dh_pysupport.
+  * Call dh_installdeb after dh_pysupport. This really
+    closes: #585627 
+
+ -- Bernd Zeimetz <bzed@debian.org>  Tue, 22 Jun 2010 21:37:37 +0200
+
 hplip (3.10.5-3.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff --git a/debian/rules b/debian/rules
index e7c6a49..bfc3c64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -329,7 +329,7 @@ binary-indep: install-indep
 	dh_compress -i
 	dh_fixperms -i
 #	dh_perl -i
-	dh_pysupport -i /usr/share/hplip
+	dh_pysupport -i
 #	dh_makeshlibs -i
 	dh_installdeb -i
 	dh_shlibdeps -i --dpkg-shlibdeps-params=--ignore-missing-info
@@ -378,8 +378,8 @@ binary-arch: install-arch
 	dh_compress -a
 	dh_fixperms -a
 	dh_makeshlibs -a
+	dh_pysupport -a
 	dh_installdeb -a
-	dh_pysupport -a /usr/share/hplip
 	dh_shlibdeps -a --dpkg-shlibdeps-params=--ignore-missing-info
 	dh_gencontrol -a -- \
 		-V"hplip:source:Version=$(HPLIP_VERSION)" \

Reply to: