[Piuparts-commits] rev 103 - / trunk trunk/debian

Lars Wirzenius lars at alioth.debian.org
Mon Nov 5 20:24:53 UTC 2007


Author: lars
Date: 2007-11-05 20:24:53 +0000 (Mon, 05 Nov 2007)
New Revision: 103

Modified:
   /
   trunk/debian/changelog
   trunk/debian/control
   trunk/piuparts.py
Log:
Changes to make piuparts work on Ubuntu, plus fixing liw's e-mail address.


Property changes on: 
___________________________________________________________________
Name: bzr:revision-info
   + timestamp: 2007-11-05 22:20:24.773999929 +0200
committer: Lars Wirzenius <liw at iki.fi>
properties: 
	branch-nick: piuparts.upstream

Name: bzr:ancestry:v3-none
   + liw at iki.fi-20071105201927-x9hsrn0rzn1ojjwd

Name: bzr:revision-id:v3-none
   + 104 liw at iki.fi-20071105202024-ahct8ts13awaqfku

Name: bzr:file-ids
   + 

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-10-18 12:32:11 UTC (rev 102)
+++ trunk/debian/changelog	2007-11-05 20:24:53 UTC (rev 103)
@@ -1,6 +1,13 @@
 piuparts (0.29) unreleased; urgency=low
 
+  [ Ana Beatriz Guerrero Lopez ]
   * Update uploaders, remove Amaya and Alastair. 
+  
+  [ Lars Wirzenius ]
+  * piuparts.py: Call "apt-get update" before calling Chroot.minimize, so
+    that we can find the debfoster package on Ubuntu.
+  * debian/control: Fixed "Uploaders:" to have my preferred e-mail address
+    (liw at iki.fi) instead of my Debian one.
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Thu, 18 Oct 2007 14:35:04 +0200
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2007-10-18 12:32:11 UTC (rev 102)
+++ trunk/debian/control	2007-11-05 20:24:53 UTC (rev 103)
@@ -1,6 +1,6 @@
 Source: piuparts
 Maintainer: piuparts developers team <piuparts-devel at lists.alioth.debian.org>
-Uploaders: Lars Wirzenius <lars at debian.org>, Bill Allombert <ballombe at debian.org>, Ian Jackson <iwj at debian.org>, John Wright <jsw at debian.org>, Ana Beatriz Guerrero Lopez <ana at debian.org>
+Uploaders: Lars Wirzenius <liw at iki.fi>, Bill Allombert <ballombe at debian.org>, Ian Jackson <iwj at debian.org>, John Wright <jsw at debian.org>, Ana Beatriz Guerrero Lopez <ana at debian.org>
 Section: devel
 Priority: optional
 Standards-Version: 3.7.2

Modified: trunk/piuparts.py
===================================================================
--- trunk/piuparts.py	2007-10-18 12:32:11 UTC (rev 102)
+++ trunk/piuparts.py	2007-11-05 20:24:53 UTC (rev 103)
@@ -498,6 +498,7 @@
         run(["debootstrap", "--resolve-deps", settings.debian_distros[0], 
              self.name, settings.debian_mirrors[0][0]])
         self.configure_chroot()
+        self.run(["apt-get", "update"])
         self.minimize()
 
     def minimize(self):




More information about the Piuparts-commits mailing list