From 08a15697aa53e90f8eb715480f897e27619ffa20 Mon Sep 17 00:00:00 2001 From: Mageia SVN-Git Migration Date: Sat, 7 May 2011 23:21:06 +0100 Subject: Synthesized commit during git-svn import combining previous Mandriva history with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1169 | dmorgan | 2011-05-07 23:21:06 +0100 (Sat, 07 May 2011) | 1 line Import rpmtools ------------------------------------------------------------------------ --- Makefile.PL | 2 +- dumpdistribconf | 2 +- editdistrib | 2 +- genhdlist-old | 2 +- packdrake.pm | 2 +- t/01packdrake.t | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 Makefile.PL diff --git a/Makefile.PL b/Makefile.PL old mode 100644 new mode 100755 index cf61c9c..a8a47fb --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.PL 251926 2009-01-20 15:24:15Z pixel $ use strict; use ExtUtils::MakeMaker; diff --git a/dumpdistribconf b/dumpdistribconf index c462606..d05bb27 100755 --- a/dumpdistribconf +++ b/dumpdistribconf @@ -1,6 +1,6 @@ #!/usr/bin/perl -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Id: dumpdistribconf 12157 2005-11-15 11:22:04Z rgarciasuarez $ =~ /(\d+\.\d+)/; use strict; use Getopt::Long; diff --git a/editdistrib b/editdistrib index f99cd09..a143810 100755 --- a/editdistrib +++ b/editdistrib @@ -8,7 +8,7 @@ use Term::ReadLine; use Text::ParseWords; use Getopt::Long; -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Id: editdistrib 12165 2005-11-16 14:28:27Z rgarciasuarez $ =~ /(\d+\.\d+)/; my @distribs; diff --git a/genhdlist-old b/genhdlist-old index f917cb5..ec1e21e 100644 --- a/genhdlist-old +++ b/genhdlist-old @@ -1,6 +1,6 @@ #!/usr/bin/perl -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Id: genhdlist-old 246205 2008-09-22 07:58:49Z pixel $ =~ /(\d+\.\d+)/; use strict; use URPM; diff --git a/packdrake.pm b/packdrake.pm index d500d82..365200a 100644 --- a/packdrake.pm +++ b/packdrake.pm @@ -14,7 +14,7 @@ ##- along with this program; if not, write to the Free Software ##- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -##- $Id$ +##- $Id: packdrake.pm 12160 2005-11-15 12:42:54Z rgarciasuarez $ package packdrake; diff --git a/t/01packdrake.t b/t/01packdrake.t index 1d0aebf..58d4fd1 100755 --- a/t/01packdrake.t +++ b/t/01packdrake.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id$ +# $Id: 01packdrake.t 223440 2007-06-10 22:09:58Z nanardon $ use strict; use Test::More tests => 7; -- cgit v1.2.1