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

r6535 - in glibc-package/branches/glibc-2.21/debian: . debhelper.in



Author: aurel32
Date: 2015-09-09 15:28:28 +0000 (Wed, 09 Sep 2015)
New Revision: 6535

Removed:
   glibc-package/branches/glibc-2.21/debian/debver2localesdep.pl
Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/debhelper.in/glibc-source.lintian-overrides
   glibc-package/branches/glibc-2.21/debian/glibc-source.filelist
Log:
Remove debver2localesdep.pl, it is unused since 2.19-16.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-09-09 15:01:41 UTC (rev 6534)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-09-09 15:28:28 UTC (rev 6535)
@@ -31,6 +31,7 @@
     locale-gen.
   * libc6.1.symbols.alpha: remove invoke_dynamic_linker from libpcprofile.so.
     It has disappeared, but it is a private library.
+  * Remove debver2localesdep.pl, it is unused since 2.19-16.
 
   [ Steven Chamberlain ]
   * sysdeps/kfreebsd.mk: find kfreebsd-kernel-headers in multiarch path.

Modified: glibc-package/branches/glibc-2.21/debian/debhelper.in/glibc-source.lintian-overrides
===================================================================
--- glibc-package/branches/glibc-2.21/debian/debhelper.in/glibc-source.lintian-overrides	2015-09-09 15:01:41 UTC (rev 6534)
+++ glibc-package/branches/glibc-2.21/debian/debhelper.in/glibc-source.lintian-overrides	2015-09-09 15:28:28 UTC (rev 6535)
@@ -25,7 +25,6 @@
 glibc-source: script-not-executable usr/src/glibc/debian/debhelper.in/locales.prerm
 glibc-source: script-not-executable usr/src/glibc/debian/debhelper.in/nscd.init
 glibc-source: script-not-executable usr/src/glibc/debian/debhelper.in/nscd.postrm
-glibc-source: script-not-executable usr/src/glibc/debian/debver2localesdep.pl
 glibc-source: script-not-executable usr/src/glibc/debian/generate-supported.mk
 glibc-source: script-not-executable usr/src/glibc/debian/local/manpages/Makefile
 glibc-source: script-not-executable usr/src/glibc/debian/local/sbin/ldconfig

Deleted: glibc-package/branches/glibc-2.21/debian/debver2localesdep.pl
===================================================================
--- glibc-package/branches/glibc-2.21/debian/debver2localesdep.pl	2015-09-09 15:01:41 UTC (rev 6534)
+++ glibc-package/branches/glibc-2.21/debian/debver2localesdep.pl	2015-09-09 15:28:28 UTC (rev 6535)
@@ -1,18 +0,0 @@
-#!/usr/bin/perl
-
-for my $i (0..$#ARGV) {
-    $_ = $ARGV[$i];
-    /(.*)-(.*)/m;
-
-    $debver = $1;
-    $devrev = $2;
-
-    @revs = split('\.', $devrev);
-
-    $devrev = $revs[0];
-    $devrev = "$devrev.$revs[1]" if defined($revs[1]) and $revs[1] ne "0";
-
-    print ", " if $i > 0;
-    print "glibc-$debver-$devrev";
-}
-print "\n";

Modified: glibc-package/branches/glibc-2.21/debian/glibc-source.filelist
===================================================================
--- glibc-package/branches/glibc-2.21/debian/glibc-source.filelist	2015-09-09 15:01:41 UTC (rev 6534)
+++ glibc-package/branches/glibc-2.21/debian/glibc-source.filelist	2015-09-09 15:28:28 UTC (rev 6535)
@@ -35,7 +35,6 @@
 debian/control.in
 debian/copyright
 debian/debhelper.in
-debian/debver2localesdep.pl
 debian/generate-supported.mk
 debian/local
 debian/patches


Reply to: