control: tags -1 + patch

The following unstested patch should work


diff -Nru libetpan-1.5/debian/changelog libetpan-1.5/debian/changelog
--- libetpan-1.5/debian/changelog       2014-06-11 18:38:34.000000000 +0200
+++ libetpan-1.5/debian/changelog       2014-12-13 20:13:37.000000000 +0100
@@ -1,3 +1,9 @@
+libetpan (1.5-2) unstable; urgency=medium
+
+  * Fix symlink to dir problem introduced in 1.4.1-1 (Closes: #773033).
+
+ -- Bastien Roucariès <roucaries.bastien+deb...@gmail.com>  Sat, 13 Dec 2014 
20:13:31 +0100
+
 libetpan (1.5-1) unstable; urgency=medium
 
   * New upstream release: not really, identical to 1.4.1 but version
diff -Nru libetpan-1.5/debian/control libetpan-1.5/debian/control
--- libetpan-1.5/debian/control 2014-06-11 18:38:34.000000000 +0200
+++ libetpan-1.5/debian/control 2014-12-13 20:15:38.000000000 +0100
@@ -57,6 +57,7 @@
 Multi-Arch: same
 Priority: extra
 Depends: libetpan17 (= ${binary:Version}), ${misc:Depends}
+Pre-Depends: dpkg (>= 1.17.5)
 Description: debugging symbols for libetpan
  libEtPan! is a mail library. It may be used for low-level mail handling:
  network protocols (IMAP/NNTP/POP3/SMTP over TCP/IP with or without SSL),
diff -Nru libetpan-1.5/debian/libetpan-dbg.postinst 
libetpan-1.5/debian/libetpan-dbg.postinst
--- libetpan-1.5/debian/libetpan-dbg.postinst   1970-01-01 01:00:00.000000000 
+0100
+++ libetpan-1.5/debian/libetpan-dbg.postinst   2014-12-13 20:24:23.000000000 
+0100
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper symlink_to_dir \
+               /usr/share/doc/libetpan-dbg/ /usr/share/doc/libetpan15/ 1.5-2~ 
-- "$@"
+
+#DEBHELPER#
diff -Nru libetpan-1.5/debian/libetpan-dbg.postrm libetpan-1.5/debian/libetpan-
dbg.postrm
--- libetpan-1.5/debian/libetpan-dbg.postrm     1970-01-01 01:00:00.000000000 
+0100
+++ libetpan-1.5/debian/libetpan-dbg.postrm     2014-12-13 20:24:28.000000000 
+0100
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper symlink_to_dir \
+               /usr/share/doc/libetpan-dbg/ /usr/share/doc/libetpan15/ 1.5-2~ 
-- "$@"
+
+#DEBHELPER#
diff -Nru libetpan-1.5/debian/libetpan-dbg.preinst 
libetpan-1.5/debian/libetpan-dbg.preinst
--- libetpan-1.5/debian/libetpan-dbg.preinst    1970-01-01 01:00:00.000000000 
+0100
+++ libetpan-1.5/debian/libetpan-dbg.preinst    2014-12-13 20:24:31.000000000 
+0100
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper symlink_to_dir \
+               /usr/share/doc/libetpan-dbg/ /usr/share/doc/libetpan15/ 1.5-2~ 
-- "$@"
+
+#DEBHELPER#


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to