Control: tags 759445 + pending

Dear maintainer,

I've prepared an NMU for unmass (versioned as 0.9-3.1) and uploaded it
to DELAYED/07. This fixes the bugs filed in 2014 to let it build on
newer architectures. Diff attached.

Regards.
Wookey
-- 
Principal hats:  Linaro, Debian, Wookware, ARM
http://wookware.org/
diff -u unmass-0.9/debian/changelog unmass-0.9/debian/changelog
--- unmass-0.9/debian/changelog
+++ unmass-0.9/debian/changelog
@@ -1,3 +1,11 @@
+unmass (0.9-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use dh-autoreconf to support new architectures
+    (Closes: #759445 #735386 #759451)
+
+ -- Wookey <woo...@debian.org>  Fri, 22 Jan 2016 15:35:53 +0000
+
 unmass (0.9-3) unstable; urgency=low
 
   * Small fix, add missing comments. (Closes: #456108)
@@ -5,7 +13,7 @@
   * Update email address.
 
  -- Gürkan Sengün <gur...@phys.ethz.ch>  Mon, 28 Apr 2008 11:01:46 +0200
- 
+
 unmass (0.9-2) unstable; urgency=low
 
   * Fix clean target in debian/rules. (Closes: #442754)
diff -u unmass-0.9/debian/control unmass-0.9/debian/control
--- unmass-0.9/debian/control
+++ unmass-0.9/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Gürkan Sengün <gur...@phys.ethz.ch>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), dh-autoreconf
 Homepage: http://mirex.mypage.sk/index.php?selected=1#Unmass
 Standards-Version: 3.7.3
 
diff -u unmass-0.9/debian/rules unmass-0.9/debian/rules
--- unmass-0.9/debian/rules
+++ unmass-0.9/debian/rules
@@ -13,6 +13,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+	dh_autoreconf
 	cd kdev && ./configure --prefix=/usr
 	touch configure-stamp
 
@@ -29,6 +30,7 @@
 	rm -f build-stamp configure-stamp
 	[ ! -f kdev/Makefile ] || $(MAKE) -C kdev clean
 	-rm -f kdev/config.log kdev/Makefile kdev/src/Makefile kdev/config.status kdev/config.h kdev/libtool
+	dh_autoreconf_clean
 	dh_clean 
 
 install: build
only in patch2:
unchanged:
--- unmass-0.9.orig/debian/autoreconf
+++ unmass-0.9/debian/autoreconf
@@ -0,0 +1 @@
+kdev
\ No newline at end of file

Attachment: signature.asc
Description: Digital signature

Reply via email to