tags 553884 + pending
thanks

Dear maintainer,

I've prepared an NMU for xtrs (versioned as 4.9c-3.3) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 Héctor Orón

"Our Sun unleashes tremendous flares expelling hot gas into the Solar System, 
which one day will disconnect us."

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html
diff -u xtrs-4.9c/debian/changelog xtrs-4.9c/debian/changelog
--- xtrs-4.9c/debian/changelog
+++ xtrs-4.9c/debian/changelog
@@ -1,3 +1,13 @@
+xtrs (4.9c-3.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "replacing libreadline5-dev build dependency with libreadline-
+    dev" (Closes: #553884)
+  * Build using -Wno-error=unused-but-set-variable.
+  * debian/rules: Add armel and armhf to little endian arches. 
+
+ -- Hector Oron <zu...@debian.org>  Sun, 18 Sep 2011 22:31:19 +0000
+
 xtrs (4.9c-3.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u xtrs-4.9c/debian/control xtrs-4.9c/debian/control
--- xtrs-4.9c/debian/control
+++ xtrs-4.9c/debian/control
@@ -2,7 +2,7 @@
 Section: contrib/otherosfs
 Priority: extra
 Maintainer: Branden Robinson <bran...@debian.org>
-Build-Depends: libncurses5-dev, libreadline5-dev, libx11-dev, groff, debhelper (>= 5), po-debconf, html2text
+Build-Depends: libncurses5-dev, libreadline-dev, libx11-dev, groff, debhelper (>= 5), po-debconf, html2text
 Standards-Version: 3.7.3
 
 Package: xtrs
diff -u xtrs-4.9c/debian/rules xtrs-4.9c/debian/rules
--- xtrs-4.9c/debian/rules
+++ xtrs-4.9c/debian/rules
@@ -14,7 +14,7 @@
 
 ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 
-ifneq (,$(findstring $(ARCH),alpha amd64 arm i386 ia64 mipsel sh3 sh4))
+ifneq (,$(findstring $(ARCH),alpha amd64 arm armel armhf i386 ia64 mipsel sh3 sh4))
 ENDIANNESS=little
 endif
 
@@ -54,10 +54,10 @@
 	    touch "$$F"; \
 	done
 ifeq ($(ENDIANNESS),big)
-	$(MAKE) DEBUG="-Wall -Werror $(OPTIMIZE) -g -D_REENTRANT" PREFIX=/usr \
+	$(MAKE) DEBUG="-Wall -Werror -Wno-error=unused-but-set-variable $(OPTIMIZE) -g -D_REENTRANT" PREFIX=/usr \
 	  ENDIAN=-Dbig_endian
 else
-	$(MAKE) DEBUG="-Wall -Werror $(OPTIMIZE) -g -D_REENTRANT" PREFIX=/usr
+	$(MAKE) DEBUG="-Wall -Werror -Wno-error=unused-but-set-variable $(OPTIMIZE) -g -D_REENTRANT" PREFIX=/usr
 endif
 
 	: >$@

Attachment: signature.asc
Description: Digital signature

Reply via email to