Just for the record, the diff for the still to be uploaded NMU:

$ interdiff -p 1 \
<(wget -O /dev/stdout 
http://ftp.de.debian.org/debian/pool/main/k/keynote/keynote_2.3-11.diff.gz 
2>/dev/null | gunzip) \
<(wget -O /dev/stdout 
http://debian.stateful.de/pbuilder/sid/keynote_2.3+dfsg-0.1.diff.gz 2>/dev/null 
| gunzip)
diff -u keynote-2.3/debian/changelog keynote-2.3+dfsg/debian/changelog
--- keynote-2.3/debian/changelog
+++ keynote-2.3+dfsg/debian/changelog
@@ -1,3 +1,10 @@
+keynote (2.3+dfsg-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove non-free IETF RFC/I-D's. (Closes: #393379)
+
+ -- Carsten Hey <c....@web.de>  Tue, 30 Dec 2008 22:47:04 +0100
+
 keynote (2.3-11) unstable; urgency=low
 
   * use automake-1.9, cdbs
diff -u keynote-2.3/debian/copyright keynote-2.3+dfsg/debian/copyright
--- keynote-2.3/debian/copyright
+++ keynote-2.3+dfsg/debian/copyright
@@ -3,6 +3,21 @@
 
 It was downloaded from http://www.cis.upenn.edu/~keynote
 
+Since the tarball provided by upstream includes non-free IETF RFC/I-D's
+it has been repackaged using the following script:
+
+    #! /bin/sh -e
+    # Copyright (c) 2008, Carsten Hey
+    # Published under the conditions of a 2-clause BSD-like license.
+    KEYNOTEVERSION=2.3
+    rm -rf keynote-${KEYNOTEVERSION} keynote-${KEYNOTEVERSION}+dfsg.orig
+    tar xf keynote_${KEYNOTEVERSION}.orig.tar.gz
+    mv keynote-${KEYNOTEVERSION} keynote-${KEYNOTEVERSION}+dfsg.orig
+    rm -r keynote-${KEYNOTEVERSION}+dfsg.orig/doc
+    GZIP="-9" tar czf keynote_${KEYNOTEVERSION}+dfsg.orig.tar.gz \
+        keynote-${KEYNOTEVERSION}+dfsg.orig
+
+
 Upstream Author: Angelos D. Keromytis



Regards
Carsten



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to