r3443 - trunk/build.d/dist/debian

mikma at minisip.org mikma at minisip.org
Wed Oct 24 22:52:02 CEST 2007


Author: mikma
Date: 2007-10-24 22:52:02 +0200 (Wed, 24 Oct 2007)
New Revision: 3443

Modified:
   trunk/build.d/dist/debian/dist.conf
   trunk/build.d/dist/debian/dist.local.example
Log:
Add Debian lenny, and Ubuntu feisty and gutsy to build.d.


Modified: trunk/build.d/dist/debian/dist.conf
===================================================================
--- trunk/build.d/dist/debian/dist.conf	2007-10-23 13:04:10 UTC (rev 3442)
+++ trunk/build.d/dist/debian/dist.conf	2007-10-24 20:52:02 UTC (rev 3443)
@@ -29,20 +29,27 @@
 	buildareadir => "$topdir/build/build-area/debian",
 );
 
-my %etch_params = (
+my %lenny_params = (
 	suite => 'testing',
 	codename => 'lenny',
 	description => 'Debian testing/lenny',
 	buildareadir => "$topdir/build/build-area/debian",
 );
 
-my %sarge_params = (
+my %etch_params = (
 	suite => 'stable',
 	codename => 'etch',
 	description => 'Debian stable/etch',
 	buildareadir => "$topdir/build/build-area/debian",
 );
 
+my %sarge_params = (
+	suite => 'oldstable',
+	codename => 'sarge',
+	description => 'Debian oldstable/sarge',
+	buildareadir => "$topdir/build/build-area/debian",
+);
+
 my %dapper_params = (
 	suite => 'dapper',
 	codename => 'dapper',
@@ -57,13 +64,30 @@
 	buildareadir => "$topdir/build/build-area/ubuntu",
 );
 
+my %feisty_params = (
+	suite => 'feisty',
+	codename => 'feisty',
+	description => 'Ubuntu feisty',
+	buildareadir => "$topdir/build/build-area/ubuntu",
+);
+
+my %gutsy_params = (
+	suite => 'gutsy',
+	codename => 'gutsy',
+	description => 'Ubuntu gutsy',
+	buildareadir => "$topdir/build/build-area/ubuntu",
+);
+
 our %debian_releases = (
-	sid => \%sid_params,
 	sarge => \%sarge_params,
 	etch => \%etch_params,
+	lenny => \%lenny_params,
+	sid => \%sid_params,
 
 	dapper => \%dapper_params,
 	edgy => \%edgy_params,
+	feisty => \%feisty_params,
+	gutsy => \%gutsy_params,
 );
 
 our %debian_callbacks = (

Modified: trunk/build.d/dist/debian/dist.local.example
===================================================================
--- trunk/build.d/dist/debian/dist.local.example	2007-10-23 13:04:10 UTC (rev 3442)
+++ trunk/build.d/dist/debian/dist.local.example	2007-10-24 20:52:02 UTC (rev 3443)
@@ -12,7 +12,7 @@
 ## Set to 1 to enable pbuilder
 #my $enable_pbuilder = 1;
 #
-## One of sid, etch, sarge, dapper
+## One of sid, lenny, etch, sarge, gutsy, feisty, edgy, dapper
 #$debian_release_default = 'sid';
 #
 ## Change to the reprepro base directory



More information about the Minisip-devel mailing list