tags 395759 + patch tags 483196 + patch tags 485227 + patch tags 515518 + patch thanks
Dear maintainer, I've prepared an NMU for vtwm (versioned as 5.4.7-2.2). The diff is attached to this message. Regards. diff -u vtwm-5.4.7/debian/menu-method vtwm-5.4.7/debian/menu-method --- vtwm-5.4.7/debian/menu-method +++ vtwm-5.4.7/debian/menu-method @@ -1,4 +1,4 @@ -#!/usr/sbin/install-menu +#!/usr/bin/install-menu # $Id: menu-method 63 2005-11-06 00:36:48Z branden $ diff -u vtwm-5.4.7/debian/control vtwm-5.4.7/debian/control --- vtwm-5.4.7/debian/control +++ vtwm-5.4.7/debian/control @@ -2,12 +2,13 @@ Section: x11 Priority: optional Maintainer: Branden Robinson <bran...@debian.org> -Build-Depends: debhelper (>= 4.0), xutils, x-dev, libx11-dev, libxext-dev, libxmu-dev, libxpm-dev, libxt-dev, libsm-dev, libice-dev, librplay3-dev, flex, bison +Build-Depends: debhelper (>= 5), xutils-dev, x11proto-core-dev, libx11-dev, libxext-dev, libxmu-dev, libxpm-dev, libxt-dev, libsm-dev, libice-dev, librplay3-dev, flex, bison Standards-Version: 3.6.2 +Homepage: http://www.vtwm.org/ Package: vtwm Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Provides: x-window-manager Description: Virtual Tab Window Manager VTWM is an enhanced version of the Tab window manager (TWM) that adds many @@ -16,9 +17,6 @@ desktop that is displayed, and whatever windows might be visible within it, are simple point-and-click operations within a scaled representation of the workspace. - . - For a more extensive description of VTWM's features, see - <URL: http://www.vtwm.org/ >. # $Id: control 66 2005-11-06 15:01:09Z branden $ # # vim:set ai et sts=4 sw=4 tw=78: diff -u vtwm-5.4.7/debian/changelog vtwm-5.4.7/debian/changelog --- vtwm-5.4.7/debian/changelog +++ vtwm-5.4.7/debian/changelog @@ -1,3 +1,17 @@ +vtwm (5.4.7-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix dependency on old packages (Closes: #485227, #515518) + * Move homepage out of the description into its own field. + * Update menu's file section + * Update the path to install-menu (Closes: #483196) + * Add dummy binary-indep target (Closes: #395759) + * Add watch file + * Bump debhelper compat to five + * Don't ignore errors by make clean + + -- Raphael Geissert <geiss...@debian.org> Wed, 08 Jul 2009 02:00:47 -0500 + vtwm (5.4.7-2.1) unstable; urgency=low * NMU diff -u vtwm-5.4.7/debian/compat vtwm-5.4.7/debian/compat --- vtwm-5.4.7/debian/compat +++ vtwm-5.4.7/debian/compat @@ -1 +1 @@ -4 +5 diff -u vtwm-5.4.7/debian/menu vtwm-5.4.7/debian/menu --- vtwm-5.4.7/debian/menu +++ vtwm-5.4.7/debian/menu @@ -1,7 +1,7 @@ # $Id: menu 47 2005-11-05 22:22:55Z branden $ ?package(vtwm):\ needs="wm"\ - section="WindowManagers"\ + section="Window Managers"\ longtitle="Virtual Tab Window Manager"\ title="VTWM"\ command="vtwm" diff -u vtwm-5.4.7/debian/rules vtwm-5.4.7/debian/rules --- vtwm-5.4.7/debian/rules +++ vtwm-5.4.7/debian/rules @@ -34,7 +34,7 @@ dh_testroot rm -f build-stamp - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean rm -f Makefile dh_clean debian/README.Debian @@ -96,5 +96,5 @@ binary: binary-arch -.PHONY: build clean binary-arch binary install +.PHONY: build clean binary-indep binary-arch binary install # vim:set ai noet sts=8 sw=8 tw=80: only in patch2: unchanged: --- vtwm-5.4.7.orig/debian/watch +++ vtwm-5.4.7/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.vtwm.org/downloads/vtwm-([\d.]+)\.tar\.gz -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org