tags 393568 +patch
thanks

Hi,

I've created a patch for this issue. Since I had it ready anyway and
it's release critical, I've uploaded to DELAYED-4 so it will enter
unstable when the bug is 7 days old.

The fix is simple: installing the changelog in all packages is
necessary, therefore remove the explicit package specifications on the
dh_installchangelogs line; it missed one.

Thijs
diff -u dante-1.1.18/debian/changelog dante-1.1.18/debian/changelog
--- dante-1.1.18/debian/changelog
+++ dante-1.1.18/debian/changelog
@@ -1,3 +1,10 @@
+dante (1.1.18-2.1) unstable; urgency=high
+
+  * Non-maintainer upload for RC bug.
+  * Make sure changelogs are installed into all packages (Closes: #393568).
+
+ -- Thijs Kinkhorst <[EMAIL PROTECTED]>  Thu, 19 Oct 2006 12:09:39 +0200
+
 dante (1.1.18-2) unstable; urgency=low
 
   * applied patch from upstream (same as patch sent by Nicolas Leonard)
diff -u dante-1.1.18/debian/rules dante-1.1.18/debian/rules
--- dante-1.1.18/debian/rules
+++ dante-1.1.18/debian/rules
@@ -89,7 +89,7 @@
 	dh_installdocs -pdante-client doc/README.socksify
 	dh_installdocs -pdante-client -pdante-server doc/README.msproxy
 	dh_installdocs -pdante-server doc/SOCKS4.protocol
-	dh_installchangelogs -plibsocksd -pdante-server -pdante-client NEWS
+	dh_installchangelogs NEWS
 	rmdir $(DEB)/usr/bin $(DEB)/usr/sbin $(DEB)/usr/man/man? $(DEB)/usr/man $(DEB)/usr/include
 	## now make the library symlinks
 	# destroy and remake directory (and contents)

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to