tags 403994 + patch
thanks

Moi!

The attached diff should help resolve the file conflict with webmagick,
and fixes a few errors that lintian barfs about along the way. Please
apply, or drop me a note if you want me to upload the changes as an NMU.

Regards,

Daniel.

diff -Nru /tmp/RGz6kHiDPk/aub-2.2/debian/changelog /tmp/7G3RLDbAOV/aub-2.2.1/debian/changelog
--- /tmp/RGz6kHiDPk/aub-2.2/debian/changelog	2005-09-12 00:56:04.000000000 +0200
+++ /tmp/7G3RLDbAOV/aub-2.2.1/debian/changelog	2006-12-24 16:37:39.000000000 +0100
@@ -1,3 +1,16 @@
+aub (2.2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * debian/control: Replace versions of webmagick that ship a rogue copy
+    of our aub.1 man page. Closes: #403994
+  * debian/control: Move debhelper from Build-Depends-Indep to Build-Depends
+    to appease lintian.
+  * debian/control: Complies with version 3.7.2 of Debian policy.
+  * debian/rules: binary-arch target does not need to build and install
+    anything.
+
+ -- Daniel Kobras <[EMAIL PROTECTED]>  Sun, 24 Dec 2006 16:34:21 +0100
+
 aub (2.2) unstable; urgency=low
 
   * New version with many new features and fixex.
diff -Nru /tmp/RGz6kHiDPk/aub-2.2/debian/control /tmp/7G3RLDbAOV/aub-2.2.1/debian/control
--- /tmp/RGz6kHiDPk/aub-2.2/debian/control	2005-09-12 00:56:04.000000000 +0200
+++ /tmp/7G3RLDbAOV/aub-2.2.1/debian/control	2006-12-24 16:34:18.000000000 +0100
@@ -2,12 +2,14 @@
 Section: news
 Priority: optional
 Maintainer: Benjamin Hill (Mako) <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0), docbook-to-man
-Standards-Version: 3.6.2.1
+Build-Depends: debhelper (>= 4)
+Build-Depends-Indep: perl (>= 5.6.0), docbook-to-man
+Standards-Version: 3.7.2
 
 Package: aub
 Architecture: all
 Depends: ${perl:Depends}
+Replaces: webmagick (<< 2.02-8.3)
 Description: Assembles binary files from USENET
  AUB automatically assembles the pieces of multi-part Usenet postings
  and decodes them. A user-supplied configuration file tells which 
diff -Nru /tmp/RGz6kHiDPk/aub-2.2/debian/rules /tmp/7G3RLDbAOV/aub-2.2.1/debian/rules
--- /tmp/RGz6kHiDPk/aub-2.2/debian/rules	2005-09-12 01:05:55.000000000 +0200
+++ /tmp/7G3RLDbAOV/aub-2.2.1/debian/rules	2006-12-24 16:33:39.000000000 +0100
@@ -56,7 +56,7 @@
 
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-arch: 
 # This is architecture indepenent package.
 
 binary: binary-indep binary-arch

Reply via email to