-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
just uploaded an NMU to fix this bug. Diff is attached. 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 iD8DBQFDyARgeBwlBDLsbz4RAt9QAJ9JQNquesEH1JEycleaUpeaqn4U0wCeKaL3 15PmNRQvaDJkWWe1N1WcJDo= =AOmv -----END PGP SIGNATURE-----
diff -BurN wmnetselect-0.85.old/debian/changelog wmnetselect-0.85/debian/changelog --- wmnetselect-0.85.old/debian/changelog 2006-01-13 20:29:50.489534112 +0100 +++ wmnetselect-0.85/debian/changelog 2006-01-13 20:45:54.816426161 +0100 @@ -1,3 +1,17 @@ +wmnetselect (0.85-5.6) unstable; urgency=low + + * NMU to fix release critical bug + * Split xlibs-dev build depends into individual Xorg libraries + (Closes: #346949) + * Make package lintian clean: + - replace ancient debhelper v2 with v5 + - update Standards version to 3.6.2.1 + - fix menu command + - move stuff out of the deprecated X11R6 hierarchy into FHS dirs + - fix wmnetselect.1 man page section + + -- Bastian Kleineidam <[EMAIL PROTECTED]> Fri, 13 Jan 2006 20:30:24 +0100 + wmnetselect (0.85-5.5) unstable; urgency=low * Fixed the argument parsing diff -BurN wmnetselect-0.85.old/debian/compat wmnetselect-0.85/debian/compat --- wmnetselect-0.85.old/debian/compat 1970-01-01 01:00:00.000000000 +0100 +++ wmnetselect-0.85/debian/compat 2006-01-13 20:32:04.055158692 +0100 @@ -0,0 +1 @@ +5 diff -BurN wmnetselect-0.85.old/debian/control wmnetselect-0.85/debian/control --- wmnetselect-0.85.old/debian/control 2006-01-13 20:29:50.489534112 +0100 +++ wmnetselect-0.85/debian/control 2006-01-13 20:34:49.900858951 +0100 @@ -1,18 +1,18 @@ Source: wmnetselect Section: x11 Priority: optional -Build-Depends: debhelper (>= 2.0), xlibs-dev +Build-Depends: debhelper (>= 5), libx11-dev, libxext-dev, libxmu-dev, libxpm-dev, x-dev Maintainer: Norman Jordan <[EMAIL PROTECTED]> -Standards-Version: 3.1.1.1 +Standards-Version: 3.6.2.1 Package: wmnetselect Architecture: any Depends: ${shlibs:Depends} -Suggests: mozilla (>= M17-1) | netscape-base-4 +Suggests: firefox | mozilla (>= M17-1) | netscape-base-4 Description: Enhanced Netscape launch button designed for WindowMaker This is a replacement for the Netscape/Mozilla launch button in your dock, that enhances the functionality of the button. You can use it just as you normally would to start Netscape. If you select an URL and paste it into the wmnetselect button, it will redirect netscape to that URL. Other - features include quick Google.com searches and quick addition of URLs to + features include quick Google.com searches and quick addition of URLs to your bookmarks. diff -BurN wmnetselect-0.85.old/debian/dirs wmnetselect-0.85/debian/dirs --- wmnetselect-0.85.old/debian/dirs 2006-01-13 20:29:50.488534265 +0100 +++ wmnetselect-0.85/debian/dirs 2006-01-13 20:38:21.098640755 +0100 @@ -1,2 +1,2 @@ -usr/X11R6/bin -usr/X11R6/man/man1 +usr/bin +usr/share/man/man1 diff -BurN wmnetselect-0.85.old/debian/menu wmnetselect-0.85/debian/menu --- wmnetselect-0.85.old/debian/menu 2006-01-13 20:29:50.488534265 +0100 +++ wmnetselect-0.85/debian/menu 2006-01-13 20:36:27.532965185 +0100 @@ -1,3 +1,3 @@ ?package(wmnetselect):needs="x11" section="Apps/Net" \ title="wmnetselect" longtitle="wmnetselect Mozilla launcher" \ - command="/usr/bin/X11/wmnetselect" hints="Dockapp,Web browsers" + command="/usr/bin/wmnetselect" hints="Dockapp,Web browsers" diff -BurN wmnetselect-0.85.old/debian/rules wmnetselect-0.85/debian/rules --- wmnetselect-0.85.old/debian/rules 2006-01-13 20:29:50.488534265 +0100 +++ wmnetselect-0.85/debian/rules 2006-01-13 20:42:35.272866507 +0100 @@ -3,28 +3,22 @@ # based on sample debian/rules from debhelper # GNU copyright 1997 to 1999 by Joey Hess. +MANDIR=$(CURDIR)/debian/wmnetselect/usr/share/man + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatability version to use. -export DH_COMPAT=2 - configure: configure-stamp configure-stamp: dh_testdir - # Add here commands to configure the package. - ./configure --prefix=/usr --bindir=\$${prefix}/X11R6/bin --mandir=\$${prefix}/X11R6/man --infodir=\$${prefix}/share/info - + ./configure --prefix=/usr --bindir=\$${prefix}/bin --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info touch configure-stamp build: configure-stamp build-stamp build-stamp: dh_testdir - - # Add here commands to compile the package. $(MAKE) #/usr/bin/docbook-to-man debian/wmnetselect.sgml > wmnetselect.1 - touch build-stamp clean: @@ -31,10 +25,7 @@ dh_testdir dh_testroot rm -f build-stamp configure-stamp - - # Add here commands to clean up after the build process. -$(MAKE) distclean - dh_clean install: build @@ -42,10 +33,8 @@ dh_testroot dh_clean -k dh_installdirs - - # Add here commands to install the package into debian/wmnetselect. - $(MAKE) install prefix=$(CURDIR)/debian/wmnetselect/usr mandir=$(CURDIR)/debian/wmnetselect/usr/X11R6/man - + $(MAKE) install prefix=$(CURDIR)/debian/wmnetselect/usr mandir=$(MANDIR) + mv $(MANDIR)/man1/wmnetselect.1x $(MANDIR)/man1/wmnetselect.1 # Build architecture-independent files here. binary-indep: build install @@ -55,7 +44,7 @@ binary-arch: build install dh_testdir dh_testroot -# dh_installdebconf +# dh_installdebconf dh_installdocs dh_installexamples dh_installmenu