tag 332462 + patch
thanks

Moi!

First I thought that 'benj needs to fix this'. ;-) But then I prepared
an NMU to fix the obsolete libmagick++6 dependency that renders
prestimel uninstallable and unbuildable in unstable. I also corrected a
few typos along the way, and added a build dependency on autotools-dev.
The latter is debatable, but warranted in my opinion: At the moment,
there's no way to determine which version of config.guess/config.sub was
used on an autobuilder because it depends on whether autotools-dev
happened to be installed or not. The autotools-dev build-dep is very
light and makes sure the version is recorded.

I'm attaching the debdiff of the proposed NMU, with boring changes to
config.guess and config.sub stripped out. Please let me know whether you
approve or disapprove of the upload.

Regards,

Daniel.

diff -u prestimel-1.0/debian/changelog prestimel-1.0/debian/changelog
--- prestimel-1.0/debian/changelog
+++ prestimel-1.0/debian/changelog
@@ -1,3 +1,16 @@
+prestimel (1:1.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: Update build-depends from libmagick++6-dev to
+    libmagick++9-dev, and add alternative libmagick++-dev. Closes: #332462
+  * debian/control: Build-depend on autotools-dev, so updating of
+    config.guess and config.sub in debian/rules becomes deterministic.
+  * debian/control: Package complies with version 3.6.2 of Debian policy.
+  * debian/control: Fix a few typos in package description. Closes: #300077
+  * debian/doc.base.prestimel: Sync with updated package description.
+
+ -- Daniel Kobras <[EMAIL PROTECTED]>  Fri, 21 Oct 2005 12:58:47 +0200
+
 prestimel (1:1.0-3) unstable; urgency=low
 
   * Rebuild for libtiff4 transition
diff -u prestimel-1.0/debian/control prestimel-1.0/debian/control
--- prestimel-1.0/debian/control
+++ prestimel-1.0/debian/control
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Benjamin Drieu <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), libxml-dev, libmagick++6-dev
-Standards-Version: 3.5.10
+Build-Depends: debhelper (>> 3.0.0), libxml-dev, libmagick++9-dev | 
libmagick++-dev, autotools-dev
+Standards-Version: 3.6.2
 
 Package: prestimel
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: Tool to create presentations from a XML-file
+Description: tool to create presentations from an XML-file
  For each slide, PresTiMeL will create one (or a set of) HTML file(s),
- which can be shown in a Web browser of your choice. Cascading Style
+ which can be shown in a web browser of your choice. Cascading Style
  Sheets are used to provide the minor details of text styling, font,
  and color.
diff -u prestimel-1.0/config.guess prestimel-1.0/config.guess
diff -u prestimel-1.0/config.sub prestimel-1.0/config.sub
only in patch2:
unchanged:
--- prestimel-1.0.orig/debian/doc.base.prestimel
+++ prestimel-1.0/debian/doc.base.prestimel
@@ -1,10 +1,10 @@
 Document: prestimel
 Title: Prestimel Manual
 Author: Bernhard Trummer <[EMAIL PROTECTED]>
-Abstract: PresTiMeL is a tool to create a presentation out of a XML-file.
+Abstract: PresTiMeL is a tool to create a presentation out of an XML-file.
   For each slide, PresTiMeL will create one (or a set of)
-  HTML-file(s), which can be shown in a Web browser of your choice.
-  Cascading Stylesheets (CSS) are used, to define how big a text-item
+  HTML-file(s), which can be shown in a web browser of your choice.
+  Cascading Style Sheets (CSS) are used, to define how big a text-item
   has to be, which font and color it should have, etc.
 
 Format: linuxdoc-sgml

Reply via email to