Jakup does this work ? Or should I drop completly ?

BTW I plan to add lintian check to detect my screw up. I am so sorry

Bastien

On Fri, Jul 3, 2015 at 2:55 PM, Jakub Wilk <jw...@debian.org> wrote:
> * Simon McVittie <s...@debian.org>, 2015-07-03, 09:27:
>>
>> # remove remnant of old installation under $OLDHTMLDOCDIR
>> # remove after squeeze + 2
>
>
> "After squeeze + 2" is now, so maybe better drop these snippets completely.
>
>> +autoconf-archive (20150224-1.1) unstable; urgency=medium
>> +
>> +  * Non-maintainer upload.
>> +  * Reapply the unacknowledged 20140228-1.1 NMU (Closes: #790851,
>> #759528)
>> +
>> + -- Simon McVittie <s...@debian.org>  Fri, 03 Jul 2015 09:04:48 +0100
>> +
>> +autoconf-archive (20140228-1.1) unstable; urgency=medium
>> +
>> +  * Non-maintainer upload.
>> +  * Fix call to dpkg-maintscript-helper in maintainer scripts (Closes:
>> +    #759528):
>> +    - Swap the pathname and the target to pass them in the correct order.
>> +    - Use absolute pathnames. +
>> + -- Aurelien Jarno <aure...@debian.org>  Sun, 31 Aug 2014 06:41:57 +0200
>
>
> You shouldn't include the entry for 20140228-1.1.
>
> It could trick BTS into thinking that 20140228-1.1 is a descendant of
> 20150224-1, which is not the case.
>
> --
> Jakub Wilk
>
diff --git a/debian/autoconf-archive.postinst b/debian/autoconf-archive.postinst
index ffb6d23..4bf1615 100644
--- a/debian/autoconf-archive.postinst
+++ b/debian/autoconf-archive.postinst
@@ -6,8 +6,8 @@ set -e
 # remove remnant of old installation under $OLDHTMLDOCDIR
 # remove after squeeze + 2
 dpkg-maintscript-helper symlink_to_dir \
-              /usr/share/autoconf-archive/html/ \
-              ../../autoconf-archive/html \
+              /usr/share/doc/autoconf-archive/html \
+              /usr/share/autoconf-archive/html \
               20111221-2~ -- "$@"
 
 
diff --git a/debian/autoconf-archive.postrm b/debian/autoconf-archive.postrm
index 4323bd5..c55e716 100644
--- a/debian/autoconf-archive.postrm
+++ b/debian/autoconf-archive.postrm
@@ -6,8 +6,8 @@ set -e
 # remove old squeeze symlink
 # remove after squeeze + 2
 dpkg-maintscript-helper symlink_to_dir \
-              /usr/share/autoconf-archive/html/ \
-              ../../autoconf-archive/html \
+              /usr/share/doc/autoconf-archive/html \
+              /usr/share/autoconf-archive/html \
               20111221-2~ -- "$@"
 
 # dh_installdeb will replace this with shell code automatically
diff --git a/debian/autoconf-archive.preinst b/debian/autoconf-archive.preinst
index 4323bd5..c55e716 100644
--- a/debian/autoconf-archive.preinst
+++ b/debian/autoconf-archive.preinst
@@ -6,8 +6,8 @@ set -e
 # remove old squeeze symlink
 # remove after squeeze + 2
 dpkg-maintscript-helper symlink_to_dir \
-              /usr/share/autoconf-archive/html/ \
-              ../../autoconf-archive/html \
+              /usr/share/doc/autoconf-archive/html \
+              /usr/share/autoconf-archive/html \
               20111221-2~ -- "$@"
 
 # dh_installdeb will replace this with shell code automatically
diff --git a/debian/changelog b/debian/changelog
index e57f067..5c77b7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,37 @@
+autoconf-archive (20150224-2) experimental; urgency=medium
+
+  * Acknowledge NMU.
+  * Fix a screw up from my side: "fails to install:
+    dpkg-maintscript-helper: error: symlink
+    pathname ends with a slash", thanks to Sebastian Ramacher (Closes:
+    #790851).
+
+ -- Bastien ROUCARIÈS <roucaries.bastien+deb...@gmail.com>  Fri, 03 Jul 2015 
15:09:20 +0200
+
 autoconf-archive (20150224-1) unstable; urgency=medium
 
-  * Update copyright file.
-  * Add enhences autoconf.
-  * Add upstream/metadata file.
-  * Add uscan gpg support.
-  * Fix Lintian warnings.
-  * Bump standards-version (no changes).
-  * New upstream version(Closes: #787757):
+  * New upstream version (Closes: #787757):
     - Bug fix: "Warnings in ax_have_opengl.m4", thanks to
       Alexander Inyukhin (Closes: #750762).
+  * Update debian/copyright.
+  * Add "Enhances autoconf" to debian/control.
+  * Add debian/upstream/metadata.
+  * Add debian/upstream/signing-key.asc.
+  * Fix Lintian warnings.
+  * Bump Standards-Version in debian/control (no changes required).
 
  -- Bastien ROUCARIÈS <roucaries.bastien+deb...@gmail.com>  Sat, 27 Jun 2015 
23:01:09 +0200
 
+autoconf-archive (20140228-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix call to dpkg-maintscript-helper in maintainer scripts (Closes:
+    #759528):
+    - Swap the pathname and the target to pass them in the correct order.
+    - Use absolute pathnames.
+
+ -- Aurelien Jarno <aure...@debian.org>  Sun, 31 Aug 2014 06:41:57 +0200
+
 autoconf-archive (20140228-1) unstable; urgency=medium
 
   * New upstream version (Closes: #741574).

Reply via email to