[SCM] calligra localization packaging branch, master, updated. debian/2.4.3-1-12-ga1898f6

Adrien Grellier adrien-guest at alioth.debian.org
Sun Sep 8 16:58:03 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/calligra-l10n.git;a=commitdiff;h=102a622

The following commit has been merged in the master branch:
commit 102a622621b607f6d632620f9257fdaaac7d7162
Author: Adrien Grellier <perso at adrieng.fr>
Date:   Sun Sep 8 18:26:40 2013 +0200

    document the packaging in debian/README.source
---
 debian/README.source |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/changelog     |    1 +
 2 files changed, 57 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..5300cc1
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,56 @@
+
+==================================
+Debian packaging of calligra-l10n
+==================================
+
+This file aims to document the packaging of calligra-l10n for Debian. Please feel free to improve it if necessary.
+
+It is mainly a reminder for myself, and an help for the newcomers :)
+
+Howto get the upstream sources ?
+=================================
+
+Upstream provide an archive per language for each release, accessible on the FTP_ of KDE:
+
+
+.. _FTP: ftp://ftp.kde.org/pub/kde/stable/calligra-latest/calligra-l10n/
+
+Debian Packaging
+=================
+
+The upstream code is not included in git, but only the debian/ directory.
+
+The master branch should be for sid, and each debian release (wheezy, etc.) has its own branch.
+
+To prepare a release into Debian, don't forget:
+
+- to update the copyright file
+- write every debian changes on the changelog.
+- correct all the lintian warnings
+- be sure about if files has been added or removed
+- dch -r to prepare the changelog for an upload
+- tag the release in git when we get the accepted mail
+
+How to create the debian package?
+==================================
+
+Download the localization archives in a folder “upstream”, and run upstream2orig ::
+
+  ./debian/upstream2orig ../upstream/*
+
+I am using sbuild_ to ensure everything will be OK. ::
+
+    sbuild-update -udg unstable
+    sbuild -A -d unstable
+
+
+.. _sbuild: http://wiki.debian.org/sbuild
+
+Usefull links
+==============
+
+http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-std/calligra-l10n.git;a=summary
+http://packages.qa.debian.org/c/calligra-l10n.html
+
+
+.. vim:set filetype=rst:
diff --git a/debian/changelog b/debian/changelog
index c437915..cd5bb54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ calligra-l10n (1:2.7.1-0r1) UNRELEASED; urgency=low
     add build-arch and build-indep targets 
   * update to Debian policy 3.9.4 (nothing to do) 
   * upstream use now xz compression
+  * document the packaging in debian/README.source
 
  -- Adrien Grellier <perso at adrieng.fr>  Fri, 02 Aug 2013 18:19:04 +0200
 

-- 
calligra localization packaging



More information about the pkg-kde-commits mailing list