Hi, Attached is the diff for my apt-listchanges 2.59-0.3 NMU.
-- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -Nru /tmp/DJgYPWtwh6/apt-listchanges-2.59/apt_listchanges.py
/tmp/j2W2KorZTs/apt-listchanges-2.59/apt_listchanges.py
--- /tmp/DJgYPWtwh6/apt-listchanges-2.59/apt_listchanges.py 2005-02-13
20:48:03.000000000 +0100
+++ /tmp/j2W2KorZTs/apt-listchanges-2.59/apt_listchanges.py 2006-07-02
17:00:24.000000000 +0200
@@ -96,7 +96,7 @@
tempdir = tempfile.mktemp()
os.mkdir(tempdir)
- extract_command = 'dpkg-deb --fsys-tarfile %s |tar xf - -C %s %s
2>/dev/null' % (
+ extract_command = 'dpkg-deb --fsys-tarfile %s |tar xf - --wildcards -C
%s %s 2>/dev/null' % (
self.path,
tempdir,
' '.join(map(lambda x: "'%s'" % x, filenames))
diff -Nru /tmp/DJgYPWtwh6/apt-listchanges-2.59/debian/changelog
/tmp/j2W2KorZTs/apt-listchanges-2.59/debian/changelog
--- /tmp/DJgYPWtwh6/apt-listchanges-2.59/debian/changelog 2005-02-13
21:36:26.000000000 +0100
+++ /tmp/j2W2KorZTs/apt-listchanges-2.59/debian/changelog 2006-07-02
16:51:31.000000000 +0200
@@ -1,3 +1,12 @@
+apt-listchanges (2.59-0.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * add --wildcards to tar call (Closes: #375300, 375953, 375956).
+ * Fix B-D-I/B-D wrt clean: target.
+ * Fix old FSF address.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Sun, 2 Jul 2006 16:51:25 +0200
+
apt-listchanges (2.59-0.2) unstable; urgency=medium
* Non-maintainer upload for fixing l10n issues. Made
diff -Nru /tmp/DJgYPWtwh6/apt-listchanges-2.59/debian/control
/tmp/j2W2KorZTs/apt-listchanges-2.59/debian/control
--- /tmp/DJgYPWtwh6/apt-listchanges-2.59/debian/control 2004-04-30
05:32:43.000000000 +0200
+++ /tmp/j2W2KorZTs/apt-listchanges-2.59/debian/control 2006-07-02
16:50:44.000000000 +0200
@@ -3,7 +3,8 @@
Priority: optional
Maintainer: Matt Zimmerman <[EMAIL PROTECTED]>
Standards-Version: 3.2.1
-Build-Depends-Indep: debhelper (>= 4.1.16), docbook-to-man, gettext, python
(>= 2.1), po-debconf
+Build-Depends: debhelper (>= 4.1.16)
+Build-Depends-Indep: docbook-to-man, gettext, python (>= 2.1), po-debconf
Package: apt-listchanges
Architecture: all
diff -Nru /tmp/DJgYPWtwh6/apt-listchanges-2.59/debian/copyright
/tmp/j2W2KorZTs/apt-listchanges-2.59/debian/copyright
--- /tmp/DJgYPWtwh6/apt-listchanges-2.59/debian/copyright 2004-01-07
18:03:27.000000000 +0100
+++ /tmp/j2W2KorZTs/apt-listchanges-2.59/debian/copyright 2006-07-02
16:51:24.000000000 +0200
@@ -12,7 +12,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
On Debian GNU/Linux systems, a copy of the GNU General Public License may be
found in the file /usr/share/common-licenses/GPL.
signature.asc
Description: Digital signature

