Package: lwm
Version: 1.2.1-1.1
Severity: normal
Tags: patch

Dear maintainer,

I've prepared an NMU for lwm (versioned as 1.2.1-1.2). The diff
is attached to this message.

Regards.
Ansgar

diff -u lwm-1.2.1/debian/rules lwm-1.2.1/debian/rules
--- lwm-1.2.1/debian/rules
+++ lwm-1.2.1/debian/rules
@@ -20,8 +20,7 @@
        rm -f build-stamp
 
        # Add here commands to clean up after the build process.
-       -$(MAKE) clean
-       -rm -f Makefile
+       [ ! -f Makefile ] || $(MAKE) distclean
 
        dh_clean
 
@@ -33,6 +32,7 @@
 
        $(MAKE) DESTDIR=`pwd`/debian/`dh_listpackages` install
        $(MAKE) DESTDIR=`pwd`/debian/`dh_listpackages` install.man
+       mv $(CURDIR)/debian/`dh_listpackages`/usr/share/man/man1/lwm.1x 
$(CURDIR)/debian/`dh_listpackages`/usr/share/man/man1/lwm.1
 
 # Build architecture-independent files here.
 binary-indep: build install
diff -u lwm-1.2.1/debian/copyright lwm-1.2.1/debian/copyright
--- lwm-1.2.1/debian/copyright
+++ lwm-1.2.1/debian/copyright
@@ -9,7 +9,7 @@
   enh     Elliott Hughes  ehug...@bluearc.com
   jfc     James Carter    ja...@jfc.org.uk
 
-Copyright:
+Copyright (C) 1997-2003 Elliott Hughes, James Carter
 
 This software is supplied under the terms of the GNU General Public
 License version 2 or later. The full text of the license can be found
diff -u lwm-1.2.1/debian/changelog lwm-1.2.1/debian/changelog
--- lwm-1.2.1/debian/changelog
+++ lwm-1.2.1/debian/changelog
@@ -1,3 +1,18 @@
+lwm (1.2.1-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build-depend on xutils-dev instead of xutils for xmkmf (Closes: #485209).
+  * Build-depend on x11proto-core-dev instead of x-dev (Closes: #515382).
+  * debian/rules: Use $(MAKE) distclean instead of $(MAKE) clean, do not
+    ignore errors.
+  * Set debhelper compat version to 5.
+  * Install man page as "lwm.1.gz".
+  * Mention copyright holder and years of copyright in debian/copyright.
+  * debian/control: Add Homepage field.
+  * debian/control: Bump Standards-Version to 3.8.2.
+
+ -- Ansgar Burchardt <ans...@43-1.org>  Thu, 16 Jul 2009 21:19:15 +0200
+
 lwm (1.2.1-1.1) unstable; urgency=low
 
   * Non-maintainer upload to fix Failure To Build From Source.
diff -u lwm-1.2.1/debian/control lwm-1.2.1/debian/control
--- lwm-1.2.1/debian/control
+++ lwm-1.2.1/debian/control
@@ -1,9 +1,11 @@
 Source: lwm
-Build-Depends: debhelper (>= 4), xutils, x-dev, libsm-dev, libx11-dev, 
libxext-dev
+Build-Depends: debhelper (>= 5), xutils-dev, x11proto-core-dev, libsm-dev,
+ libx11-dev, libxext-dev
 Section: x11
 Priority: optional
 Maintainer: Matthew Wilcox <wi...@debian.org>
-Standards-Version: 3.6.1
+Standards-Version: 3.8.2
+Homepage: http://www.jfc.org.uk/software/lwm.html
 
 Package: lwm
 Architecture: any
diff -u lwm-1.2.1/debian/compat lwm-1.2.1/debian/compat
--- lwm-1.2.1/debian/compat
+++ lwm-1.2.1/debian/compat
@@ -1 +1 @@
-4
+5



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to