Hello,

I updated the packages to 1.3.12 and fixed a couple of things.

Here is the source package with an etch/i386 binary one:
http://dedibox.le-vert.net/divers/mtx/

And its changelog:

mtx (1.3.12~debian-1) unstable; urgency=low

 * New upstream release.
 * Add debian/watch.
 * Remove obsolete patches from diff.gz.
 * Rewrite config.* things to avoid having them in diff.gz.
 * Update debian/copyright.
 * Bump Standards-Version.

Thanks in advance for merging it into Debian.

Regards, Adam.
diff -Nur mtx-1.3.11/debian/changelog mtx-1.3.12~debian/debian/changelog
--- mtx-1.3.11/debian/changelog	2009-02-13 15:11:08.000000000 +0100
+++ mtx-1.3.12~debian/debian/changelog	2009-02-13 15:32:44.000000000 +0100
@@ -1,3 +1,14 @@
+mtx (1.3.12~debian-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add debian/watch.
+  * Remove obsolete patches from diff.gz.
+  * Rewrite config.* things to avoid having them in diff.gz.
+  * Update debian/copyright.
+  * Bump Standards-Version.
+
+ -- Adam Cécile (Le_Vert) <gand...@le-vert.net>  Fri, 13 Feb 2009 15:14:41 +0100
+
 mtx (1.3.11-1) unstable; urgency=low
 
   * new upstream version, closes: #425687, #425688
diff -Nur mtx-1.3.11/debian/control mtx-1.3.12~debian/debian/control
--- mtx-1.3.11/debian/control	2009-02-13 15:11:08.000000000 +0100
+++ mtx-1.3.12~debian/debian/control	2009-02-13 15:32:44.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Bdale Garbee <bd...@gag.com>
 Build-Depends: debhelper (>= 5), libcam-dev [kfreebsd-i386 kfreebsd-amd64], autotools-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: mtx
 Architecture: any
diff -Nur mtx-1.3.11/debian/copyright mtx-1.3.12~debian/debian/copyright
--- mtx-1.3.11/debian/copyright	2009-02-13 15:11:08.000000000 +0100
+++ mtx-1.3.12~debian/debian/copyright	2009-02-13 15:33:20.889717424 +0100
@@ -7,8 +7,12 @@
 
   Copyright 1997, 1998 Leonard Zubkoff <l...@dandelion.com>
   Changes copyright 2000, 2001 Eric Green <e...@estinc.com>
+  Changes copyright 2007-2008 by Robert Nelson <robe...@the-nelsons.org>
 
   GPL, version 2
 
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
+
+Sources have been repacked because upstream ships debian subdirectory since
+release 1.3.12.
diff -Nur mtx-1.3.11/debian/rules mtx-1.3.12~debian/debian/rules
--- mtx-1.3.11/debian/rules	2009-02-13 15:11:08.000000000 +0100
+++ mtx-1.3.12~debian/debian/rules	2009-02-13 15:32:44.000000000 +0100
@@ -7,6 +7,12 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
 	./configure --prefix=/usr
 	touch configure-stamp
 
@@ -20,14 +26,8 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp configure-stamp config.guess config.sub
 	[ ! -f Makefile ] || $(MAKE) distclean
-
-	-test -r /usr/share/misc/config.sub && \
-		cp -f /usr/share/misc/config.sub config.sub
-	-test -r /usr/share/misc/config.guess && \
-		cp -f /usr/share/misc/config.guess config.guess
-
 	dh_clean
 
 install: build
@@ -36,9 +36,9 @@
 	dh_clean -k
 	dh_installdirs
 
-	make install bindir=`pwd`/debian/mtx/bin prefix=`pwd`/debian/mtx/usr \
+	$(MAKE) install bindir=`pwd`/debian/mtx/bin prefix=`pwd`/debian/mtx/usr \
 		mandir=`pwd`/debian/mtx/usr/share/man
-	install -o root -g root -m 0644 debian/bash_completion \
+	$(INSTALL) -o root -g root -m 0644 debian/bash_completion \
 		debian/mtx/etc/bash_completion.d/mtx
 
 # Build architecture-independent files here.
diff -Nur mtx-1.3.11/debian/watch mtx-1.3.12~debian/debian/watch
--- mtx-1.3.11/debian/watch	2009-02-13 15:12:34.212313592 +0100
+++ mtx-1.3.12~debian/debian/watch	2009-02-13 15:32:44.000000000 +0100
@@ -1,2 +1,3 @@
 version=3
+opts=dversionmangle=s/~debian$// \
 http://sf.net/mtx/mtx-([0-9\.]+)\.tar\.gz

Reply via email to