[Pkg-fdt-tools-team] Bug#374045: snacc 1.3bbn-9.1 NMU
Matej Vela
vela at debian.org
Wed Jul 5 07:50:40 UTC 2006
Hello,
I'm doing an NMU of snacc to fix #374045; diff attached.
Thanks,
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,16 @@
+snacc (1.3bbn-9.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/rules:
+ - Use automake-1.7 even if /usr/bin/automake points to a different
+ version. Closes: #374045.
+ - cdbs seems to have changed the default patch level for new files;
+ adjust $(DEB_INSTALL_EXAMPLES_libsnacc-dev).
+ * Change libsnacc-dev section to libdevel in accordance with the
+ override file.
+
+ -- Matej Vela <vela at debian.org> Wed, 5 Jul 2006 09:30:10 +0200
+
snacc (1.3bbn-9) unstable; urgency=low
* Now build-depends on libtool (closes: #321199).
diff -u snacc-1.3bbn/debian/rules snacc-1.3bbn/debian/rules
--- snacc-1.3bbn/debian/rules
+++ snacc-1.3bbn/debian/rules
@@ -2,7 +2,7 @@
DEB_DH_ALWAYS_EXCLUDE=.svn
DEB_INSTALL_DOCS_snacc-doc=doc/*
-DEB_INSTALL_EXAMPLES_libsnacc-dev=snacc-1.3b4/*
+DEB_INSTALL_EXAMPLES_libsnacc-dev=c++-examples c-examples tbl-example
DEB_INSTALL_MANPAGES_snacc=debian/{berdecode,snacc-config}.1
include /usr/share/cdbs/1/rules/debhelper.mk
@@ -13,7 +13,7 @@
post-patches::
-mkdir c-lib/{{Ce,e,m,s}buf,tbl} c++-lib/c++
- autoreconf -fi
+ AUTOMAKE=automake-1.7 ACLOCAL=aclocal-1.7 autoreconf -fi
build/snacc::
cd debian; xsltproc --nonet --novalid $(DB2MAN) berdecode.dbk
diff -u snacc-1.3bbn/debian/control snacc-1.3bbn/debian/control
--- snacc-1.3bbn/debian/control
+++ snacc-1.3bbn/debian/control
@@ -29,6 +29,7 @@
the snacc libraries, you find in the libsnacc0c2 package.
Package: libsnacc-dev
+Section: libdevel
Architecture: any
Depends: libsnacc0c2 (= ${Source-Version})
Recommends: snacc-doc
More information about the Pkg-fdt-tools-team
mailing list