package rat
tags 370233 + patch
tags 338844 + patch
thanks

Hi,

There is a pending NMU in delayed/5 which correct this bug. Patch is attached 
to this mail.

-- 
Florent
diff -ur rat-4.2.22.old/debian/changelog rat-4.2.22/debian/changelog
--- rat-4.2.22.old/debian/changelog	2006-06-06 20:16:00.000000000 +0200
+++ rat-4.2.22/debian/changelog	2006-06-06 20:09:17.000000000 +0200
@@ -1,3 +1,19 @@
+rat (4.2.22-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Changed build-deps to remove the dependecy against xlibs (closes: 
+    #370233).
+  * All files under debian/ directory are now encoded in UTF-8 (closes:
+    #338844).
+  * Updated Standards-Version to 3.7.2.
+  * Set debhelper "compat" to 4.
+  * Removed the last 2 lines of the changelog to correct the lintian
+    warning.
+  * Added dh_fixperms before dh_strip to fix lintian error
+    unstripped-binary-or-object.
+
+ -- Florent Bayle <[EMAIL PROTECTED]>  Tue,  6 Jun 2006 17:24:34 +0200
+
 rat (4.2.22-2) unstable; urgency=low
 
   * debian/patches: Added 01-rat-manpage-fix, for fixing the error
@@ -5,7 +21,7 @@
     #184338).
   * Reordered debian/copyright and README.Debian.
 
- -- David Martínez Moreno <[EMAIL PROTECTED]>  Mon, 17 Mar 2003 10:53:39 +0100
+ -- David Martínez Moreno <[EMAIL PROTECTED]>  Mon, 17 Mar 2003 10:53:39 +0100
 
 rat (4.2.22-1) unstable; urgency=low
 
@@ -19,14 +35,14 @@
     new policy. Also replaced DH_COMPAT by debian/compat as joeyh's advice.
   * Updated config.guess and config.sub to the latest ones.
 
- -- David Martínez Moreno <[EMAIL PROTECTED]>  Mon, 10 Mar 2003 00:35:02 +0100
+ -- David Martínez Moreno <[EMAIL PROTECTED]>  Mon, 10 Mar 2003 00:35:02 +0100
 
 rat (4.2.21-2) unstable; urgency=low
 
   * Recompiled rat with the new IPv6-activated libuclmmbase1. Let's see if
     this resolves #147124.
 
- -- David Martínez Moreno <[EMAIL PROTECTED]>  Fri, 17 May 2002 18:04:10 +0200
+ -- David Martínez Moreno <[EMAIL PROTECTED]>  Fri, 17 May 2002 18:04:10 +0200
 
 rat (4.2.21-1) unstable; urgency=low
 
@@ -37,7 +53,7 @@
   * Removed patch #05-alpha-unsigned-long: Merged upstream.
   * Removed several other patches previously merged upstream.
 
- -- David Martínez Moreno <[EMAIL PROTECTED]>  Fri,  3 May 2002 10:36:38 +0200
+ -- David Martínez Moreno <[EMAIL PROTECTED]>  Fri,  3 May 2002 10:36:38 +0200
 
 rat (4.2.20-3) unstable; urgency=low
 
@@ -47,7 +63,7 @@
     Only m68k remains with build problems, but I think that it
     will compile this version.
 
- -- David Martínez Moreno <[EMAIL PROTECTED]>  Wed, 30 Jan 2002 18:33:20 +0100
+ -- David Martínez Moreno <[EMAIL PROTECTED]>  Wed, 30 Jan 2002 18:33:20 +0100
 
 rat (4.2.20-2) unstable; urgency=low
 
@@ -60,7 +76,7 @@
     sparc (only powerpc remains with problems for rat entering
     testing). BTW, this closes: #129628.
 
- -- David Martínez Moreno <[EMAIL PROTECTED]>  Sun, 20 Jan 2002 04:44:59 +0100
+ -- David Martínez Moreno <[EMAIL PROTECTED]>  Sun, 20 Jan 2002 04:44:59 +0100
 
 rat (4.2.20-1) unstable; urgency=low
 
@@ -71,7 +87,7 @@
   * Cleaned up configure changes about CFLAGS=-g, and passed it in
     CFLAGS from debian/rules (thanks, Santiago Vila).
 
- -- David Martínez Moreno <[EMAIL PROTECTED]>  Mon,  3 Dec 2001 21:15:29 +0100
+ -- David Martínez Moreno <[EMAIL PROTECTED]>  Mon,  3 Dec 2001 21:15:29 +0100
 
 rat (4.2.19-1) unstable; urgency=low
 
@@ -94,7 +110,7 @@
   * Cleaned unnecessary changes to the sources, thus making simpler
     the diff.gz.
 
- -- David Martínez Moreno <[EMAIL PROTECTED]>  Tue,  6 Nov 2001 14:52:47 +0100
+ -- David Martínez Moreno <[EMAIL PROTECTED]>  Tue,  6 Nov 2001 14:52:47 +0100
 
 rat (4.2.18-1) unstable; urgency=low
 
@@ -110,16 +126,16 @@
   * rat is yet in non-free. I'm not sure if this package should move
     from non-free to main, due to several license issues (more to
     come).
-  * Upload sponsored by Jesús Gonzalez-Barahona <[EMAIL PROTECTED]>.
+  * Upload sponsored by Jesús Gonzalez-Barahona <[EMAIL PROTECTED]>.
 
- -- David Martínez <[EMAIL PROTECTED]>  Mon,  4 Jun 2001 21:19:45 +0200
+ -- David Martínez <[EMAIL PROTECTED]>  Mon,  4 Jun 2001 21:19:45 +0200
 
 rat (4.2.15-1) unstable; urgency=low
 
   * New upstream release.
   * This version is not going to be public.
 
- -- David Martínez <[EMAIL PROTECTED]>  Wed, 18 Apr 2001 03:37:24 +0200
+ -- David Martínez <[EMAIL PROTECTED]>  Wed, 18 Apr 2001 03:37:24 +0200
 
 rat (4.0.3-2) unstable; urgency=low
 
@@ -152,5 +168,3 @@
   * Initial Release.
 
  -- Chu-yeon Park <[EMAIL PROTECTED]>  Thu,  1 Jan 1998 21:02:41 +0900
-
-  vim:ai:et:sts=2:sw=2:tw=78:
diff -ur rat-4.2.22.old/debian/compat rat-4.2.22/debian/compat
--- rat-4.2.22.old/debian/compat	2006-06-06 20:16:00.000000000 +0200
+++ rat-4.2.22/debian/compat	2006-06-06 19:16:21.000000000 +0200
@@ -1 +1 @@
-3
+4
diff -ur rat-4.2.22.old/debian/control rat-4.2.22/debian/control
--- rat-4.2.22.old/debian/control	2006-06-06 20:16:00.000000000 +0200
+++ rat-4.2.22/debian/control	2006-06-06 19:15:43.000000000 +0200
@@ -1,9 +1,9 @@
 Source: rat
-Build-Depends: tk8.4-dev, libuclmmbase1-dev (>= 1.2.11-2), debhelper (>> 3.0.0), patch, xlibs (>= 4.1.0)
+Build-Depends: tk8.4-dev, libuclmmbase1-dev (>= 1.2.11-2), debhelper (>> 3.0.0), patch, libsm-dev, libice-dev, libx11-dev, libxext-dev
 Section: net
 Priority: extra
-Maintainer: David Martínez Moreno <[EMAIL PROTECTED]>
-Standards-Version: 3.5.8
+Maintainer: David Martínez Moreno <[EMAIL PROTECTED]>
+Standards-Version: 3.7.2
 
 Package: rat
 Architecture: any
diff -ur rat-4.2.22.old/debian/copyright rat-4.2.22/debian/copyright
--- rat-4.2.22.old/debian/copyright	2006-06-06 20:16:00.000000000 +0200
+++ rat-4.2.22/debian/copyright	2006-06-06 18:20:37.000000000 +0200
@@ -1,4 +1,4 @@
-This package was debianized by David Martínez Moreno <[EMAIL PROTECTED]> on
+This package was debianized by David Martínez Moreno <[EMAIL PROTECTED]> on
 Mon, 17 Mar 2003 10:52:24 +0100.
 
 It was downloaded from <http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/download/>
diff -ur rat-4.2.22.old/debian/README.Debian rat-4.2.22/debian/README.Debian
--- rat-4.2.22.old/debian/README.Debian	2006-06-06 20:16:00.000000000 +0200
+++ rat-4.2.22/debian/README.Debian	2006-06-06 18:22:53.000000000 +0200
@@ -5,4 +5,4 @@
 Kouvelas, Colin Perkins, and Orion Hodson in the Department of
 Computer Science, University College London, UK.
 
-David Martínez Moreno <[EMAIL PROTECTED]>, Tue,  6 Nov 2001 03:32:35 +0100
+David Martínez Moreno <[EMAIL PROTECTED]>, Tue,  6 Nov 2001 03:32:35 +0100
diff -ur rat-4.2.22.old/debian/rules rat-4.2.22/debian/rules
--- rat-4.2.22.old/debian/rules	2006-06-06 20:16:00.000000000 +0200
+++ rat-4.2.22/debian/rules	2006-06-06 20:03:09.000000000 +0200
@@ -112,6 +112,7 @@
 	dh_installmanpages
 #	dh_undocumented rat-ui.1 rat-media.1
 	dh_installchangelogs
+	dh_fixperms
 	dh_strip
 	dh_compress
 	dh_fixperms

Attachment: pgpPRq3juTdr6.pgp
Description: PGP signature

Reply via email to