[SCM] QtWebKit packaging branch, master, updated. debian/2.1.0-2011week13-2-14-g5f83b8b

Fathi Boudra fabo at alioth.debian.org
Tue Sep 20 07:51:22 UTC 2011


The following commit has been merged in the master branch:
commit 6a79a3d3127fac91a8ca0375f990780bd4b5a172
Author: Fathi Boudra <fabo at debian.org>
Date:   Tue Sep 20 10:40:45 2011 +0300

    Add debian/README.source: explain how to create a new upstream tarball.
---
 debian/README.source |   17 +++++++++++++++++
 debian/changelog     |    2 ++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..918004d
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,17 @@
+Qt WebKit for Debian
+--------------------
+
+1. How to create a new upstream tarball?
+
+- get make-package.py:
+  $ git clone git://qt.gitorious.org/qtwebkit/tools.git
+- get Qt WebKit source code:
+  $ git clone git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git
+- create a branch from a tag (e.g. qtwebkit-2.2.0-rc1):
+  $ git checkout -b qtwebkit-2.2.0-rc1 qtwebkit-2.2.0-rc1
+- generate the tarball (requires bison, flex and gperf packages):
+  $ make-package.py
+- fix the generated tarball:
+  $ tar -zxf qtwebkit-2.2.0-rc1-source.tar.gz
+  $ mv qtwebkit-2.2.0-rc1-source/include qtwebkit-2.2.0-rc1-source/Source
+  $ tar -jcf qtwebkit_2.2.0~rc1.orig.tar.bz2 qtwebkit-2.2.0-rc1-source
diff --git a/debian/changelog b/debian/changelog
index 47b2c70..6153091 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ qtwebkit (2.2.0~rc1-1) UNRELEASED; urgency=low
     - drop libphonon-dev build and qt-mobility build dependencies. GStreamer
       will be used as the multimedia backend as recommended by upstream.
   * Update debian/*.install files for multiarch.
+  * Add debian/README.source: explain how to create a new upstream tarball.
+
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 19 Sep 2011 16:32:18 +0300
 

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list