Hi, The attached file is the diff for my xgraph 12.1-9.1 NMU. The associated changelog entry is:
xgraph (12.1-9.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix bashism in debian/rules (Closes: #478641)
* Bump Standards-Version to 3.8.0.
(The previous diff did not contain any changes to debian/rules!)
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -Nru xgraph-12.1/.cvsignore xgraph-12.1/.cvsignore
--- xgraph-12.1/.cvsignore 2008-06-07 21:06:47.000000000 +0100
+++ xgraph-12.1/.cvsignore 1970-01-01 01:00:00.000000000 +0100
@@ -1,13 +0,0 @@
-.deps
-Makefile
-Makefile.in
-autoconf.h
-autom4te.cache
-build-stamp
-config.cache
-config.log
-config.status
-configure
-stamp-h
-stamp-h1
-xgraph
diff -Nru xgraph-12.1/debian/changelog xgraph-12.1/debian/changelog
--- xgraph-12.1/debian/changelog 2008-06-07 21:06:47.000000000 +0100
+++ xgraph-12.1/debian/changelog 2008-06-07 21:06:48.000000000 +0100
@@ -1,3 +1,11 @@
+xgraph (12.1-9.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix bashism in debian/rules (Closes: #478641)
+ * Bump Standards-Version to 3.8.0.
+
+ -- Chris Lamb <[EMAIL PROTECTED]> Sat, 07 Jun 2008 21:05:15 +0100
+
xgraph (12.1-9) unstable; urgency=low
* invoke aclocal in debian/rules to update configure.in (closes: #463470)
diff -Nru xgraph-12.1/debian/control xgraph-12.1/debian/control
--- xgraph-12.1/debian/control 2008-06-07 21:06:47.000000000 +0100
+++ xgraph-12.1/debian/control 2008-06-07 21:06:48.000000000 +0100
@@ -2,7 +2,7 @@
Section: math
Priority: optional
Maintainer: Barak A. Pearlmutter <[EMAIL PROTECTED]>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Build-Depends: debhelper (>= 5), automake, autoconf, libx11-dev,
x11proto-core-dev
Package: xgraph
diff -Nru xgraph-12.1/debian/.cvsignore xgraph-12.1/debian/.cvsignore
--- xgraph-12.1/debian/.cvsignore 2008-06-07 21:06:47.000000000 +0100
+++ xgraph-12.1/debian/.cvsignore 1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-files
-postinst.debhelper
-prerm.debhelper
-substvars
-substvars.debhelper
-tmp
-xgraph
-xgraph.substvars
diff -Nru xgraph-12.1/debian/rules xgraph-12.1/debian/rules
--- xgraph-12.1/debian/rules 2008-06-07 21:06:47.000000000 +0100
+++ xgraph-12.1/debian/rules 2008-06-07 21:06:48.000000000 +0100
@@ -22,7 +22,7 @@
# # Add here commands to clean up after the build process.
if [ -e Makefile ]; then $(MAKE) clean; fi
# # stuff created by ./configure
- rm -f Makefile Makefile.in config.{cache,log,status} stamp-h
+ rm -f Makefile Makefile.in config.cache config.log config.status stamp-h
# # In case Makefile doesn't exist ...
rm -f xgraph
rm -f *.o core *.core
signature.asc
Description: PGP signature

