Package: blitz++ Version: 1:0.9-1.1 Severity: normal Tags: patch Hi,
Attached is the diff for my blitz++ 1:0.9-1.2 NMU. -- see shy jo
diff -u blitz++-0.9/debian/changelog blitz++-0.9/debian/changelog
--- blitz++-0.9/debian/changelog
+++ blitz++-0.9/debian/changelog
@@ -1,3 +1,12 @@
+blitz++ (1:0.9-1.2) unstable; urgency=low
+
+ * NMU
+ * Change rules clean target to call distclean, which cleans up a lot
+ of autogenerated files.
+ * Add build dependency on texinfo to fix FTBFS. Closes: #397540
+
+ -- Joey Hess <[EMAIL PROTECTED]> Wed, 8 Nov 2006 00:59:01 -0500
+
blitz++ (1:0.9-1.1) unstable; urgency=low
* NMU
diff -u blitz++-0.9/debian/control blitz++-0.9/debian/control
--- blitz++-0.9/debian/control
+++ blitz++-0.9/debian/control
@@ -2,7 +2,7 @@
Section: devel
Priority: extra
Maintainer: Konstantinos Margaritis <[EMAIL PROTECTED]>
-Build-Depends: g++ (>= 2:3.2), g77 (>= 2:3.2)|fortran-compiler,
atlas3-headers, debhelper (>= 5.0.41), tetex-bin, texi2html
+Build-Depends: g++ (>= 2:3.2), g77 (>= 2:3.2)|fortran-compiler,
atlas3-headers, debhelper (>= 5.0.41), tetex-bin, texi2html, texinfo
Standards-Version: 3.6.2.1
Package: blitz++
diff -u blitz++-0.9/debian/rules blitz++-0.9/debian/rules
--- blitz++-0.9/debian/rules
+++ blitz++-0.9/debian/rules
@@ -27,7 +27,7 @@
rm -f build-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
+ -$(MAKE) distclean
dh_clean
signature.asc
Description: Digital signature

