[SCM] debian-live/live-initscripts branch, master, updated. 49e2e2ff096712c0361402a9393bcb8db0a5caa7

Daniel Baumann daniel at debian.org
Mon Sep 17 14:34:05 UTC 2007


The branch, master has been updated
       via  49e2e2ff096712c0361402a9393bcb8db0a5caa7 (commit)
       via  5fc0ed147fe94c365f50da5580f2b45eb1fae081 (commit)
       via  fffc11929783302367d3dfa6e0cf195d98a7c116 (commit)
       via  7445ff747104e36653e2679cfff16ecf524fe1ee (commit)
      from  e3ef6f0c7a29beec8c1d644a413fac7f1c78ed59 (commit)


- Shortlog ------------------------------------------------------------
49e2e2f debian/control
5fc0ed1 debian/control
fffc119 debian/control
7445ff7 debian/changelog

Summary of changes:
 debian/changelog |    2 +-
 debian/control   |    8 ++++----
 debian/rules     |    5 ++---
 docs/ChangeLog   |    3 +--
 4 files changed, 8 insertions(+), 10 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 49e2e2ff096712c0361402a9393bcb8db0a5caa7
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 17 16:33:55 2007 +0200

    debian/control
    
      * Using new Homepage field now.

diff --git a/debian/control b/debian/control
index 77847c2..129b772 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Live <debian-live-maint at lists.alioth.debian.org>
 Uploaders: Daniel Baumann <daniel at debian.org>
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.2
+Homepage: http://debian-live.alioth.debian.org/
 XS-Upstream-Depends: git-core
 XS-Vcs-Git: git://git.debian.org/git/users/daniel/live-initscripts.git
 XS-Vcs-Browse: http://git.debian.org/?p=users/daniel/live-initscripts.git
@@ -20,5 +21,3 @@ Description: Debian Live init scripts
  .
  You probably do not want to install this package onto a non-live system,
  although it will do no harm.
- .
-  Homepage: <http://debian-live.alioth.debian.org/>

commit 5fc0ed147fe94c365f50da5580f2b45eb1fae081
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 17 16:33:15 2007 +0200

    debian/control
    debian/rules
    
      * Adding Upstream-Depends field.

diff --git a/debian/control b/debian/control
index 2c4e8f6..77847c2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Live <debian-live-maint at lists.alioth.debian.org>
 Uploaders: Daniel Baumann <daniel at debian.org>
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.2
+XS-Upstream-Depends: git-core
 XS-Vcs-Git: git://git.debian.org/git/users/daniel/live-initscripts.git
 XS-Vcs-Browse: http://git.debian.org/?p=users/daniel/live-initscripts.git
 
diff --git a/debian/rules b/debian/rules
index 3f30f82..243ae22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
 #export DH_VERBOSE=1
 
 upstream:
-	# Needs: git-core
 	cd .. && git clone git://git.debian.org/git/users/daniel/live-initscripts.git || true
 	rm -rf ../live-initscripts/.git
 

commit fffc11929783302367d3dfa6e0cf195d98a7c116
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 17 16:32:33 2007 +0200

    debian/control
    debian/rules
    
      * Moving from svn to git.

diff --git a/debian/control b/debian/control
index d1adb8c..2c4e8f6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Live <debian-live-maint at lists.alioth.debian.org>
 Uploaders: Daniel Baumann <daniel at debian.org>
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/debian-live/dists/trunk/live-initscripts/
-XS-VCS-Browse: http://svn.debian.org/wsvn/debian-live/dists/trunk/live-initscripts/
+XS-Vcs-Git: git://git.debian.org/git/users/daniel/live-initscripts.git
+XS-Vcs-Browse: http://git.debian.org/?p=users/daniel/live-initscripts.git
 
 Package: live-initscripts
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 9cf9633..3f30f82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,9 @@
 #export DH_VERBOSE=1
 
 upstream:
-	# Needs: subversion
-	cd .. && svn co svn://svn.debian.org/debian-live/dists/trunk/live-initscripts || true
-	find . -type d -name .svn | xargs rm -rf
+	# Needs: git-core
+	cd .. && git clone git://git.debian.org/git/users/daniel/live-initscripts.git || true
+	rm -rf ../live-initscripts/.git
 
 build:
 

commit 7445ff747104e36653e2679cfff16ecf524fe1ee
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon Sep 17 16:30:27 2007 +0200

    debian/changelog
    docs/ChangeLog
    
      * Removing not uploaded versions.

diff --git a/debian/changelog b/debian/changelog
index 2c94b04..1cb39b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-live-initscripts (1.90.1-1) UNRELEASED; urgency=low
+live-initscripts (0) UNRELEASED; urgency=low
 
   * Initial release.
 
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 7e12848..4704eaf 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,4 +1,3 @@
 2007-05-28  Daniel Baumann  <daniel at debian.org>
 
-	* init/apt-upgrade:
-	  - Added.
+	* Starting live-initscripts.

-- 
debian-live/live-initscripts



More information about the debian-live-changes mailing list