[debian-edu-commits] debian-edu/ 01/01: debian/README.source: Update documentation file. We have migrated to Git and we prepare for Debian Edu jessie.

Mike Gabriel sunweaver at debian.org
Wed Jul 9 23:12:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository debian-edu.

commit 56b0b665e948467d460f903a4477c13986f8d268
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jul 10 01:11:51 2014 +0200

    debian/README.source: Update documentation file. We have migrated to Git and we prepare for Debian Edu jessie.
---
 debian/README.source | 26 +++++++++++++-------------
 debian/changelog     |  3 +++
 2 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 5649806..6dc3b2a 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -28,14 +28,14 @@ packages) in the Debian archive. Start by doing:
 This creates a source package in the parent directory which is tagged
 by the same version number as in the changelog.  Unpack this source
 package at any other place because the auto generated debian/control
-file should not be checked into Subversion.  Then use for instance
-debuild / pdebuild (but not svn-buildpackage) to build the package.
+file should not be checked into Git.  Then use for instance
+debuild / pdebuild (but not git-buildpackage) to build the package.
 
-The distribution field in debian/changelog has to have a valid value 
-(UNRELEASED is not allowed, it should be wheezy atm), since it is used 
-(directly from Subversion) for the CD and DVD builds.
+The distribution field in debian/changelog has to have a valid value
+(UNRELEASED is not allowed, it should be jessie atm), since it is used
+(directly from Git) for the CD and DVD builds.
 
-Actually, while in development, it should be wheezy-test while running
+Actually, while in development, it should be jessie-test while running
 make-dist, then it should be changed back to unstable, then the tarball
 has to be recreated(!), then debuild has to be run. The resulting
 binary packages can be uploaded to both the Skolelinux and the Debian 
@@ -91,13 +91,13 @@ This assumes the package which is to be added already exists, either in
 Debian or in the Debian Edu APT repository, and that you have write
 access to the debian edu source repository on alioth.debian.org.
 
- 1) Fetch the svn source  tree
+ 1) Fetch the debian-edu.git source package
 
-     svn co svn+ssh://svn.debian.org/svn/debian-edu/trunk/src
+     git clone ssh://git.debian.org/git/debian-edu/debian-edu.git
 
- 2) Move to the task package source files
+ 2) Enter your just cloned debian-edu.git working copy directory
 
-     cd src/debian-edu
+     cd debian-edu
 
  3) Edit the task you want to modify, adding packages (more on this
     later), I use the education-common task as an example.
@@ -110,16 +110,16 @@ access to the debian edu source repository on alioth.debian.org.
 
  5) Check the change, make sure nothing unwanted is modified.
 
-     svn diff
+     git diff
 
  6) Test if the package still builds, as described above in the "Building a new 
     version of this package" paragraph.
 
- 7) When the change is complete, commit it to Subversion, with an explanation
+ 7) When the change is complete, commit it to Git, with an explanation
     on the change, for example the same description stored in the
     changelog:
 
-     svn commit -m \
+     git commit -a -m \
        "Depend on openssh-server, to make sure ssh is enabled on all machines"\
        debian/changelog tasks/common
 
diff --git a/debian/changelog b/debian/changelog
index 47ba910..b67206e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ debian-edu (1.717~0.git.2014-07-08) unstable; urgency=low
       itself, but rather displays those menu items in the Debian Edu
       specific educational application submenus.
     - Provide new task: task/desktop-mate.
+  * debian/README.source:
+    + Update documentation file. We have migrated to Git and we prepare
+      for Debian Edu jessie.
 
  -- Petter Reinholdtsen <pere at debian.org>  Tue, 08 Jul 2014 09:01:00 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu.git



More information about the debian-edu-commits mailing list