[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Ubuntu dpkg 1.14.4ubuntu2



This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes.  It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
Format: 1.7
Date: Thu, 31 May 2007 15:11:54 +0200
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source
Version: 1.14.4ubuntu2
Distribution: gutsy
Urgency: low
Maintainer: ubuntu-devel@lists.ubuntu.com
Changed-By: Martin Pitt <martin.pitt@ubuntu.com>
Description: 
 dpkg       - package maintenance system for Debian
 dpkg-dev   - package building tools for Debian
 dselect    - user tool to manage Debian packages
Changes: 
 dpkg (1.14.4ubuntu2) gutsy; urgency=low
 .
   * scripts/dpkg-source.pl: Do not call &warn() any more, that got removed
     recently. Use warning().
Files: 
 38cb7c9456481ee11896f5c34d8d0fbe 916 admin required dpkg_1.14.4ubuntu2.dsc
 1156180edf259a6b51a68a285b72bb77 5728027 admin required dpkg_1.14.4ubuntu2.tar.gz
Original-Maintainer: Dpkg Developers <team@dpkg.org>
diff -pruN 1.14.4ubuntu1/debian/changelog 1.14.4ubuntu2/debian/changelog
--- 1.14.4ubuntu1/debian/changelog	2007-05-30 20:37:58.000000000 +0100
+++ 1.14.4ubuntu2/debian/changelog	2007-05-31 14:12:21.000000000 +0100
@@ -1,3 +1,10 @@
+dpkg (1.14.4ubuntu2) gutsy; urgency=low
+
+  * scripts/dpkg-source.pl: Do not call &warn() any more, that got removed
+    recently. Use warning().
+
+ -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 31 May 2007 15:11:54 +0200
+
 dpkg (1.14.4ubuntu1) gutsy; urgency=low
 
   Forward-port Ubuntu changes from feisty, as follows:
diff -pruN 1.14.4ubuntu1/scripts/dpkg-source.pl 1.14.4ubuntu2/scripts/dpkg-source.pl
--- 1.14.4ubuntu1/scripts/dpkg-source.pl	2007-05-30 20:43:31.000000000 +0100
+++ 1.14.4ubuntu2/scripts/dpkg-source.pl	2007-05-31 14:11:49.000000000 +0100
@@ -342,11 +342,11 @@ if ($opmode eq 'build') {
 	    if ($ENV{'DEBEMAIL'} =~ /ubuntu/) {
 		&error(_g('Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address'));
 	    } else {
-		&warn(_g('Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address'));
+		warning(_g('Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address'));
 	    }
 	}
 	unless ($fi{'C Xsbc-Original-Maintainer'}) {
-	    &warn(_g('Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field'));
+	    warning(_g('Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field'));
 	}
     }
  

Reply to: