pf-tools commit: r641 [ccaillet-guest] - in /branches/0.33-stable: debian/changelog sbin/mk_sourceslist

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Tue Aug 26 09:10:27 UTC 2008


Author: ccaillet-guest
Date: Tue Aug 26 09:10:26 2008
New Revision: 641

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=641
Log:
* Bugfix release
* mk_sourceslist : fix security repos

Modified:
    branches/0.33-stable/debian/changelog
    branches/0.33-stable/sbin/mk_sourceslist

Modified: branches/0.33-stable/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/debian/changelog?rev=641&op=diff
==============================================================================
--- branches/0.33-stable/debian/changelog (original)
+++ branches/0.33-stable/debian/changelog Tue Aug 26 09:10:26 2008
@@ -1,3 +1,10 @@
+pf-tools (0.33.4-1) unstable; urgency=low
+
+  * Bugfix release
+  * mk_sourceslist : fix security repos
+
+ -- Christophe Caillet <quadchris at free.fr>  Tue, 26 Aug 2008 10:45:19 +0200
+
 pf-tools (0.33.3-1) unstable; urgency=low
 
   * Bugfix release

Modified: branches/0.33-stable/sbin/mk_sourceslist
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/sbin/mk_sourceslist?rev=641&op=diff
==============================================================================
--- branches/0.33-stable/sbin/mk_sourceslist (original)
+++ branches/0.33-stable/sbin/mk_sourceslist Tue Aug 26 09:10:26 2008
@@ -102,8 +102,7 @@
 	my $dist_src	= $ref_srv->{'deploymode'} ;
 	$dist_src	=~ s/^(debian|ubuntu)-installer/$1/ ;
 
-	my $security ;
-	( $dist_src eq 'debian' ) ? $security = $ref_srv->{'distrib'}."/updates" : $security = $ref_srv->{'distrib'}."-security" ;
+	my $security = ( $dist_src eq 'debian' ) ? $ref_srv->{'distrib'}."/updates" : $ref_srv->{'distrib'}."-security" ;
 
 	$sources_content =~ s/%DISTSRC%/$dist_src/gs ;
 	$sources_content =~ s/%SECURITY%/$security/gs ;




More information about the pf-tools-commits mailing list