[SCM] Packaging of KVIrc (formerly maintained in Hg) branch, master, updated. upstream/4.1.1_svn5507-9-g92eebd1
Kai Wasserbäch
curan at alioth.debian.org
Sat Feb 26 12:35:17 UTC 2011
The following commit has been merged in the master branch:
commit 626dd8a78e7e55aad86fc6999fad8d71d1865884
Author: Kai Wasserbäch <curan at debian.org>
Date: Sat Feb 26 13:31:20 2011 +0100
debian/README.source: Updated for new Git repository.
---
debian/README.source | 28 ++++++++++++----------------
debian/changelog | 1 +
2 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index 4d4be2a..1cd9edf 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,25 +1,21 @@
-Please note, that there is a get-orig-source target in debian/rules which you
-should use, if you want to recreate the package which is indicated by the SVN
-revision as given by debian/changelog (the version string).
+Please note, that KVIrc is now maintained in a Git repository with
+git-buildpackage layout. Thus using gbp-clone/gbp-pull (or plain git) and
+git-buildpackage is strongly recommended.
--
-If you want to build latest development versions, both kvirc upstream and debian
-packaging, follow these instructions:
+If you want to build the latest development versions, of both KVIrc upstream and
+Debian packaging, follow these instructions:
0- export KVIRC_REV=$(svn info https://svn.kvirc.de/svn/trunk/kvirc 2>/dev/null | grep -m 1 Rev | cut -d" " -f2)
-1- svn export https://svn.kvirc.de/svn/trunk/kvirc kvirc-4.1.1~svn$KVIRC_REV
-2- tar cvfj kvirc_4.1.1~svn$KVIRC_REV.orig.tar.bz2 kvirc-4.1.1~svn$KVIRC_REV/ --exclude '*.svnignore'
+1- svn export -r ${KVIRC_REV} https://svn.kvirc.de/svn/trunk/kvirc kvirc-4.1.1~svn$KVIRC_REV
+2- tar cvjf kvirc_4.1.1~svn$KVIRC_REV.orig.tar.bz2 kvirc-4.1.1~svn$KVIRC_REV/ --exclude '*.svnignore'
3- cd kvirc-4.1.1~svn$KVIRC_REV
-4- wget http://hg.debian.org/hg/pkg-kde/kde-extras/kvirc/archive/tip.tar.gz -O -|tar xvz --strip 1
-5- Edit debian/rules and debian/changelog (create a new changelog entry for the
- latest SVN revision and adjust the manually set SVN revision in
- debian/rules).
-6- dpkg-buildpackage
+4- wget --quiet -O - "http://git.debian.org/?p=pkg-kde/kde-extras/kvirc.git;a=snapshot;h=HEAD;sf=tgz" | \
+ tar xz --strip-components=1 --wildcards kvirc-HEAD-*/debian
+5- Edit debian/changelog (create a new changelog entry for the latest SVN
+ revision and state your changes).
+6- dpkg-buildpackage (you might want to consider building in a clean chroot)
7- unset KVIRC_REV
-Please note, that it is unlikely, but possible, that between your first and
-second command a new revision is commited to KVIrc's SVN. Therefore you should
-check the output.
-
If you want to build a certain upstream revision, please add the -r parameter
to the svn invocation. See `svn help export' for further details.
diff --git a/debian/changelog b/debian/changelog
index 83225e9..47ee694 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ kvirc (4:4.1.1~svn5507-2) UNRELEASED; urgency=low
- Changed dh_install invocation to --fail-missing.
- Added "--parallel" to dh_auto_configure invocation.
- Removed get-orig-tar target, use gbp-clone/gbp-pull (or plain git).
+ * debian/README.source: Updated for new Git repository.
-- Kai Wasserbäch <curan at debian.org> Wed, 23 Feb 2011 21:21:29 +0100
--
Packaging of KVIrc (formerly maintained in Hg)
More information about the pkg-kde-commits
mailing list