tags 437159 + patch tags 478393 + patch thanks Hi,
The following is the diff for my hexcat 0.0.3.2+nmu1 NMU.
diff -Nru hexcat-0.0.3.2/debian/changelog hexcat-0.0.3.2+nmu1/debian/changelog
--- hexcat-0.0.3.2/debian/changelog 2007-05-17 12:20:47.000000000 -0500
+++ hexcat-0.0.3.2+nmu1/debian/changelog 2008-06-08 17:36:59.000000000
-0500
@@ -1,3 +1,15 @@
+hexcat (0.0.3.2+nmu1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix bashisms in debian/rules (Closes: #478393)
+ * STRIP=true to avoid stripping the binary when requested (Closes: #437159)
+ * debian/coontrol: Add ${misc:Depends} to binary package
+ * debian/compat: use it instead of DH_COMPAT in rules
+ * -$(MAKE) distclean -> [ ! -f Makefile ] || $(MAKE) distclean
+ * Bump Standards-Version to 3.8.0
+
+ -- Raphael Geissert <[EMAIL PROTECTED]> Sun, 08 Jun 2008 17:36:47 -0500
+
hexcat (0.0.3.2) unstable; urgency=low
* Non-maintainer upload.
diff -Nru hexcat-0.0.3.2/debian/compat hexcat-0.0.3.2+nmu1/debian/compat
--- hexcat-0.0.3.2/debian/compat 1969-12-31 18:00:00.000000000 -0600
+++ hexcat-0.0.3.2+nmu1/debian/compat 2008-06-08 17:17:32.000000000 -0500
@@ -0,0 +1 @@
+4
diff -Nru hexcat-0.0.3.2/debian/control hexcat-0.0.3.2+nmu1/debian/control
--- hexcat-0.0.3.2/debian/control 2007-03-12 00:57:31.000000000 -0600
+++ hexcat-0.0.3.2+nmu1/debian/control 2008-06-08 17:34:12.000000000 -0500
@@ -3,12 +3,12 @@
Priority: optional
Maintainer: Abraham vd Merwe <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 4.0.0)
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
Package: hexcat
Architecture: any
Section: utils
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: HEX dumping utility
The output consists of 6 columns. The first column contains
the address of the row (in bytes). Columns 2 to 5 contain
diff -Nru hexcat-0.0.3.2/debian/rules hexcat-0.0.3.2+nmu1/debian/rules
--- hexcat-0.0.3.2/debian/rules 2007-05-17 12:20:53.000000000 -0500
+++ hexcat-0.0.3.2+nmu1/debian/rules 2008-06-08 17:23:18.000000000 -0500
@@ -3,7 +3,6 @@
# -*- sh -*-
export DH_VERBOSE=1
-export DH_COMPAT=4
DESTDIR=$(CURDIR)/debian/tmp
@@ -16,18 +15,17 @@
build-stamp:
dh_testdir
find . \( -name "*~" -o -name ".#*" \) -exec rm {} \;
- $(MAKE)
-
+ $(MAKE) STRIP=true
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean
- rm -f $(CURDIR)/debian/{build,configure}-stamp
- rm -rf $(CURDIR)/debian/{hexcat,tmp}
+ cd $(CURDIR)/debian && \
+ rm -rf build-stamp configure-stamp hexcat tmp
install: build
dh_testdir
signature.asc
Description: This is a digitally signed message part.

