-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I just uploaded an NMU to fix this bug. Attached is the diff.

Regards,
  Bastian

- --
  ,''`.                  Bastian Kleineidam
 : :' :                    GnuPG Schlüssel
 `. `'    gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDyAyreBwlBDLsbz4RAlslAKC4TAfLXpbanDDe7cHXYA0mL49efgCeNNMY
VGEragIzSfT8s/Fi2iCCJ9Q=
=2m+7
-----END PGP SIGNATURE-----
diff -BurN wmcube-0.98.old/debian/changelog wmcube-0.98/debian/changelog
--- wmcube-0.98.old/debian/changelog    2006-01-13 21:12:23.833021871 +0100
+++ wmcube-0.98/debian/changelog        2006-01-13 21:18:45.392814971 +0100
@@ -1,3 +1,15 @@
+wmcube (0.98-6.1) unstable; urgency=low
+
+  * NMU to fix release critical bug
+  * Split xlibs-dev build depends into individual Xorg libraries
+    (Closes: #346969)
+  * Make package lintian clean:
+    - use debhelper v5
+    - update Standards version to 3.6.2.1
+    - refer to common license text in debian/copyright
+
+ -- Bastian Kleineidam <[EMAIL PROTECTED]>  Fri, 13 Jan 2006 21:13:58 +0100
+
 wmcube (0.98-6) unstable; urgency=low
 
   * Add two new objects (X-lines & X-planes). Thanks Mathias Czapla.
diff -BurN wmcube-0.98.old/debian/compat wmcube-0.98/debian/compat
--- wmcube-0.98.old/debian/compat       1970-01-01 01:00:00.000000000 +0100
+++ wmcube-0.98/debian/compat   2006-01-13 21:15:42.022788046 +0100
@@ -0,0 +1 @@
+5
diff -BurN wmcube-0.98.old/debian/control wmcube-0.98/debian/control
--- wmcube-0.98.old/debian/control      2006-01-13 21:12:23.833021871 +0100
+++ wmcube-0.98/debian/control  2006-01-13 21:13:27.916245983 +0100
@@ -2,8 +2,8 @@
 Section: x11
 Priority: optional
 Maintainer: Filip Van Raemdonck <[EMAIL PROTECTED]>
-Build-Depends: debhelper, xlibs-dev
-Standards-Version: 3.5.8.0
+Build-Depends: debhelper (>= 5), libx11-dev, libxext-dev, libxpm-dev
+Standards-Version: 3.6.2.1
 
 Package: wmcube
 Architecture: any
diff -BurN wmcube-0.98.old/debian/copyright wmcube-0.98/debian/copyright
--- wmcube-0.98.old/debian/copyright    2006-01-13 21:12:23.833021871 +0100
+++ wmcube-0.98/debian/copyright        2006-01-13 21:18:22.172357249 +0100
@@ -3,4 +3,5 @@
 
 It was downloaded from http://kling.mine.nu/kling/.
 
-wmCube is licensed through the GNU General Public License.
+wmCube is licensed through the GNU General Public License, see
+/usr/share/common-licenses/GPL for more info.
diff -BurN wmcube-0.98.old/debian/postinst.debhelper 
wmcube-0.98/debian/postinst.debhelper
--- wmcube-0.98.old/debian/postinst.debhelper   1970-01-01 01:00:00.000000000 
+0100
+++ wmcube-0.98/debian/postinst.debhelper       2006-01-13 21:15:20.972999189 
+0100
@@ -0,0 +1,5 @@
+# Automatically added by dh_installmenu
+if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
+       update-menus
+fi
+# End automatically added section
diff -BurN wmcube-0.98.old/debian/postrm.debhelper 
wmcube-0.98/debian/postrm.debhelper
--- wmcube-0.98.old/debian/postrm.debhelper     1970-01-01 01:00:00.000000000 
+0100
+++ wmcube-0.98/debian/postrm.debhelper 2006-01-13 21:15:21.008993698 +0100
@@ -0,0 +1,3 @@
+# Automatically added by dh_installmenu
+if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
+# End automatically added section
diff -BurN wmcube-0.98.old/debian/rules wmcube-0.98/debian/rules
--- wmcube-0.98.old/debian/rules        2006-01-13 21:12:23.833021871 +0100
+++ wmcube-0.98/debian/rules    2006-01-13 21:17:15.791483643 +0100
@@ -51,16 +51,16 @@
        dh_testroot
        dh_clean -k
        dh_installdirs
-       $(INSTALL_PROGRAM) wmcube/wmcube $(CURDIR)/debian/tmp/usr/bin/wmcube
-       $(INSTALL_FILE) 3dObjects/*.wmc $(CURDIR)/debian/tmp/usr/share/wmcube
-       $(INSTALL_FILE) debian/wmcube.1 debian/tmp/usr/share/man/man1
+       $(INSTALL_PROGRAM) wmcube/wmcube $(CURDIR)/debian/wmcube/usr/bin/wmcube
+       $(INSTALL_FILE) 3dObjects/*.wmc $(CURDIR)/debian/wmcube/usr/share/wmcube
+       $(INSTALL_FILE) debian/wmcube.1 debian/wmcube/usr/share/man/man1
        dh_installdocs
-       $(INSTALL_FILE) 3dObjects/README 
$(CURDIR)/debian/tmp/usr/share/doc/wmcube/README.3dObjects
-       $(INSTALL_FILE) 3dObjects/CONTRIBUTE 
$(CURDIR)/debian/tmp/usr/share/doc/wmcube
+       $(INSTALL_FILE) 3dObjects/README 
$(CURDIR)/debian/wmcube/usr/share/doc/wmcube/README.3dObjects
+       $(INSTALL_FILE) 3dObjects/CONTRIBUTE 
$(CURDIR)/debian/wmcube/usr/share/doc/wmcube
 #      ( cd XPM ; tar cf - . ) | \
-#              ( cd debian/tmp/usr/doc/wmcdplay/examples ; tar xvf - )
-#      mv debian/tmp/usr/doc/wmcdplay/examples/*.art \
-#        debian/tmp/usr/share/wmcdplay
+#              ( cd debian/wmcube/usr/doc/wmcdplay/examples ; tar xvf - )
+#      mv debian/wmcube/usr/doc/wmcdplay/examples/*.art \
+#        debian/wmcube/usr/share/wmcdplay
 #      dh_installexamples `find XPM -type f`
        dh_installmenu
 #      dh_undocumented wmcube.1
diff -BurN wmcube-0.98.old/debian/substvars wmcube-0.98/debian/substvars
--- wmcube-0.98.old/debian/substvars    1970-01-01 01:00:00.000000000 +0100
+++ wmcube-0.98/debian/substvars        2006-01-13 21:15:22.755727234 +0100
@@ -0,0 +1 @@
+shlibs:Depends=libc6 (>= 2.3.5-1), libx11-6, libxext6, libxpm4

Reply via email to