[Pkg-fdt-tools-team] Bug#377083: snacc 1.3bbn-9.2 NMU

Matej Vela vela at debian.org
Wed Aug 9 13:00:24 UTC 2006


Hi,

I'm doing another NMU of snacc to fix #377083; diff attached.

Cheers,

Matej
-------------- next part --------------
diff -u snacc-1.3bbn/debian/changelog snacc-1.3bbn/debian/changelog
--- snacc-1.3bbn/debian/changelog
+++ snacc-1.3bbn/debian/changelog
@@ -1,3 +1,10 @@
+snacc (1.3bbn-9.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Fix kshism.  Closes: #377083.
+
+ -- Matej Vela <vela at debian.org>  Wed,  9 Aug 2006 14:52:26 +0200
+
 snacc (1.3bbn-9.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u snacc-1.3bbn/debian/rules snacc-1.3bbn/debian/rules
--- snacc-1.3bbn/debian/rules
+++ snacc-1.3bbn/debian/rules
@@ -3,7 +3,7 @@
 DEB_DH_ALWAYS_EXCLUDE=.svn
 DEB_INSTALL_DOCS_snacc-doc=doc/*
 DEB_INSTALL_EXAMPLES_libsnacc-dev=c++-examples c-examples tbl-example
-DEB_INSTALL_MANPAGES_snacc=debian/{berdecode,snacc-config}.1
+DEB_INSTALL_MANPAGES_snacc=debian/berdecode.1 debian/snacc-config.1
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
@@ -12,7 +12,8 @@
 DB2MAN=/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
 
 post-patches::
-	-mkdir c-lib/{{Ce,e,m,s}buf,tbl} c++-lib/c++
+	mkdir -p c-lib/Cebuf c-lib/ebuf c-lib/mbuf c-lib/sbuf c-lib/tbl \
+		 c++-lib/c++
 	AUTOMAKE=automake-1.7 ACLOCAL=aclocal-1.7 autoreconf -fi
 
 build/snacc::
@@ -22,3 +23,4 @@
 clean::
-	rm -rf c-lib/{{Ce,e,m,s}buf,tbl} c++-lib/c++
+	rm -rf c-lib/Cebuf c-lib/ebuf c-lib/mbuf c-lib/sbuf c-lib/tbl \
+	       c++-lib/c++
 


More information about the Pkg-fdt-tools-team mailing list