[SCM] GUI front-end for Debian Live. branch, master, updated. 9f3b55ffb547498665baac7ee6b7679460ec8920

Daniel Baumann daniel at debian.org
Mon Sep 17 11:33:47 UTC 2007


The branch, master has been updated
       via  9f3b55ffb547498665baac7ee6b7679460ec8920 (commit)
       via  20b143154d14156cd233746655951b508f56c9e2 (commit)
       via  1dc9b62ddc7b9264aab25da11838d0cd52890b38 (commit)
       via  a3f85a38031243255343061a0b4aa86b3d21e2ff (commit)
       via  ad5ffcaaea42b039ea5ec849a70765d60ddb52c7 (commit)
      from  27b11d259de3761126a35cffcee8ecb08f90c441 (commit)


- Shortlog ------------------------------------------------------------
9f3b55f setup.py
20b1431 live-magic.desktop
1dc9b62 debian/control
a3f85a3 debian/control
ad5ffca debian/control

Summary of changes:
 debian/control     |    6 +++---
 debian/rules       |    4 ++++
 live-magic.desktop |    2 +-
 setup.py           |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 9f3b55ffb547498665baac7ee6b7679460ec8920
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 17 10:34:38 2007 +0200

    setup.py
    
      * Updating version number.

diff --git a/setup.py b/setup.py
index 101626b..55b63ea 100755
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ from distutils.core import setup
 
 setup(
     name='live-magic',
-    version='0.1',
+    version='0.3',
     maintainer = "Chris Lamb",
     maintainer_email = "chris at chris-lamb.co.uk",
     description = "GTK+ frontend for configuring Debian Live systems",

commit 20b143154d14156cd233746655951b508f56c9e2
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 17 10:33:28 2007 +0200

    live-magic.desktop
    
      * Fixing typing error.

diff --git a/live-magic.desktop b/live-magic.desktop
index 4fe6bf2..07a4f7f 100644
--- a/live-magic.desktop
+++ b/live-magic.desktop
@@ -3,7 +3,7 @@ Encoding=UTF-8
 Type=Application
 Version=1.0
 Name=Live Magic
-Comment=Debian Live configuration utilitu
+Comment=Debian Live configuration utility
 Icon=debian-logo.png
 Exec=/usr/bin/live-magic
 Categories=Application;Tools;

commit 1dc9b62ddc7b9264aab25da11838d0cd52890b38
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 17 10:30:24 2007 +0200

    debian/control
    
      * Using new Homepage field now.

diff --git a/debian/control b/debian/control
index 6866803..42a0223 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Live <debian-live-maint at lists.alioth.debian.org>
 Uploaders: Chris Lamb <chris at chris-lamb.co.uk>, Daniel Baumann <daniel at debian.org>
 Build-Depends: debhelper (>= 5), cdbs, python-dev, python-support, python-yaml, live-helper
 Standards-Version: 3.7.2
+Homepage: http://debian-live.alioth.debian.org/
 XS-Upstream-Depends: git-core
 XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-magic/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-magic/
@@ -22,6 +23,4 @@ Description: Debian Live helper programs (gui frontend)
  A typical program that uses live-helper will call several live-helper commands
  in sequence. Live-helper commands are all named with a "lh_" prefix.
  .
-  Homepage: <http://debian-live.alioth.debian.org/>
- .
  This package contains the gui frontend.

commit a3f85a38031243255343061a0b4aa86b3d21e2ff
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 17 10:29:24 2007 +0200

    debian/control
    debian/rules
    
      * Adding upstream target.

diff --git a/debian/control b/debian/control
index 240783a..6866803 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Live <debian-live-maint at lists.alioth.debian.org>
 Uploaders: Chris Lamb <chris at chris-lamb.co.uk>, Daniel Baumann <daniel at debian.org>
 Build-Depends: debhelper (>= 5), cdbs, python-dev, python-support, python-yaml, live-helper
 Standards-Version: 3.7.2
+XS-Upstream-Depends: git-core
 XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-magic/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-magic/
 
diff --git a/debian/rules b/debian/rules
index 7e070b1..8320431 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,7 @@ include /usr/share/cdbs/1/class/python-distutils.mk
 
 build:
 	cd tests && ./test_all.py || exit 1
+
+upstream:
+	cd .. && git clone git://git.debian.org/git/users/lamby-guest/live-magic.git || true
+	rm -rf ../live-magic/.git

commit ad5ffcaaea42b039ea5ec849a70765d60ddb52c7
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 17 10:27:37 2007 +0200

    debian/control
    
      * Fixing typing error.

diff --git a/debian/control b/debian/control
index 7ce82cb..240783a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Chris Lamb <chris at chris-lamb.co.uk>, Daniel Baumann <daniel at debian.or
 Build-Depends: debhelper (>= 5), cdbs, python-dev, python-support, python-yaml, live-helper
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-magic/
-XS-VCS-Browser: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-magic/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-magic/
 
 Package: live-magic
 Architecture: all

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list