tags 424092 + patch
thanks
Hi,
Attached is the diff for my albatross 1.36-2.1 NMU.
diff -Nru albatross-1.36/debian/changelog albatross-1.36/debian/changelog
--- albatross-1.36/debian/changelog 2008-04-05 14:45:42.000000000 +0200
+++ albatross-1.36/debian/changelog 2008-04-05 14:45:42.000000000 +0200
@@ -1,3 +1,12 @@
+albatross (1.36-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload during the
+ credativ BSP 2008
+ * FTBFS if built twice in a row (Closes: #424092)
+ * urgency medium because of RG
+
+ -- Martin Zobel-Helas <[EMAIL PROTECTED]> Sat, 05 Apr 2008 14:12:56 +0200
+
albatross (1.36-2) unstable; urgency=low
* debian/control: use TeX Live instead of teTeX (Closes: #419756).
diff -Nru /tmp/D6j4h5g480/albatross-1.36/debian/rules /tmp/PIptDJ89s4/albatross-1.36/debian/rules
--- albatross-1.36/debian/rules 2008-04-05 14:45:42.000000000 +0200
+++ albatross-1.36/debian/rules 2008-04-05 14:45:42.000000000 +0200
@@ -57,6 +57,14 @@
rm -rf *-stamp *-stamp-* build
rm -f al-session-daemon.8 al-httpd.8
find debian -name '*.py[co]' -exec rm -f {} \;
+ find doc -name '*.py[co]' -exec rm -f {} \;
+ find doc -name '*.pdf' -exec rm -f {} \;
+ find doc -name '*.eps' -exec rm -f {} \;
+ find doc -name '*methods.tex' -exec rm -f {} \;
+ find test -name '*.py[co]' -exec rm -f {} \;
+ find albatross -name '*.py[co]' -exec rm -f {} \;
+ rm -f build-ext-python* install-ext-python*
+ rm -f doc/albatross.lof doc/albatross.tex2 doc/other.html
dh_clean
# Install files in their correct locations