[Pkg-freedict-commits] r33 - in /packages/freedict-swa-eng: ./ trunk/ trunk/debian/ trunk/debian/README trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/watch

kebil-guest at users.alioth.debian.org kebil-guest at users.alioth.debian.org
Fri Dec 29 20:51:19 CET 2006


Author: kebil-guest
Date: Fri Dec 29 20:51:19 2006
New Revision: 33

URL: http://svn.debian.org/wsvn/pkg-freedict/?sc=1&rev=33
Log:
initial importing freedict-swa-eng

Added:
    packages/freedict-swa-eng/
    packages/freedict-swa-eng/trunk/
    packages/freedict-swa-eng/trunk/debian/
    packages/freedict-swa-eng/trunk/debian/README
    packages/freedict-swa-eng/trunk/debian/changelog
    packages/freedict-swa-eng/trunk/debian/compat
    packages/freedict-swa-eng/trunk/debian/control
    packages/freedict-swa-eng/trunk/debian/copyright
    packages/freedict-swa-eng/trunk/debian/rules   (with props)
    packages/freedict-swa-eng/trunk/debian/watch

Added: packages/freedict-swa-eng/trunk/debian/README
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/README?rev=33&op=file
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/README (added)
+++ packages/freedict-swa-eng/trunk/debian/README Fri Dec 29 20:51:19 2006
@@ -1,0 +1,59 @@
+Convenience targets in debian/rules
+===================================
+The debian/rules file supports several targets that are not required by Debian
+Policy. This include:
+
+  debian/rules prepare              Sets up the package build directory
+                                    structure as quilt expects to find it.
+  debian/rules patch                Applies all patches to the source tree.
+  debian/rules unpatch              Reverts all patches from the source tree.
+
+
+Editing and creating patches
+============================
+To start, you should be in the source package directory -- this is the
+directory that contains the debian/ directory.  Run "debian/rules prepare";
+this will set up the proper symlinks so that quilt can find the patches it
+needs to apply.  Once this is done, you will see a symlink named "patches"
+that will point to debian/patches. This exists because quilt expects the
+patches directory to be located at the top level by default. The "prepare"
+target sets up a ".pc" directory as well, which quilt uses internally to
+store information it needs.
+
+What you do next depends on whether you want to edit an existing patch, or
+create a new one.
+
+Editing an existing patch
+-------------------------
+Run "quilt push yourpatchname.diff".  Make your edits now, directly in the
+source tree.  If you're editing a file that wasn't previously included in the
+patch, you must let quilt know you're doing it by using "quilt add" or "quilt
+edit".  If you're not sure if you need this, you can run "quilt files" to see
+if your file is already in there, or "quilt patches filename" to see if the
+current patch edits the specified file.  Once you're done editing, run "quilt
+refresh" to update your patch.  All documentation in the patch header will be
+retained by quilt automatically.  Always document the changes you have made in
+the header of the patch.
+
+Creating a new patch
+--------------------
+Decide where your patch belongs according to the number series. Once you do
+this, run "quilt push patch-before-yours", where "patch-before-yours" specifies
+the filename of the patch that will be the last one applied before your new
+patch. Then run "quilt new patchname" using the name of the patch (including
+the appropriate number). Make your edits to the source files, directly in the
+source tree.  As described above in the case of editing existing patches,
+you'll want to be sure quilt knows which files you are editing.  When you are
+finished, run "quilt refresh -u -p 0".  This will create a unified diff patch
+with a strip number of 0.  You should then go in to the patches directory and
+document your patch by adding a description of it to the top of the patch file.
+
+You may have a patch that you stole from some other source that you just want
+to apply and you don't want to deal with adding files by hand.  You can use
+"quilt import -n internal-patch-name file-name" where "internal-patch-name"
+is what you want to call your patch.  You'll want to "quilt push" the patch
+before yours -- as described above -- before doing the import, to ensure that
+that it applies in correct sequence.
+
+Once you're all done with patch creation/editing, run "debian/rules clean" to
+get rid of the things that had to be set up.

Added: packages/freedict-swa-eng/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/changelog?rev=33&op=file
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/changelog (added)
+++ packages/freedict-swa-eng/trunk/debian/changelog Fri Dec 29 20:51:19 2006
@@ -1,0 +1,7 @@
+freedict-swa-eng (1:0.0.2-1) UNRELEASED; urgency=low
+
+  * First release from own separate sources, with epoch number 1.  Previously,
+    the binary package was generated from the "freedict" source package.
+    (Closes: #nnnn of ITP).
+
+ -- Kęstutis Biliūnas <kebil at kaunas.init.lt>  Fri, 29 Dec 2006 19:46:32 +0200

Added: packages/freedict-swa-eng/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/compat?rev=33&op=file
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/compat (added)
+++ packages/freedict-swa-eng/trunk/debian/compat Fri Dec 29 20:51:19 2006
@@ -1,0 +1,1 @@
+5

Added: packages/freedict-swa-eng/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/control?rev=33&op=file
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/control (added)
+++ packages/freedict-swa-eng/trunk/debian/control Fri Dec 29 20:51:19 2006
@@ -1,0 +1,16 @@
+Source: freedict-swa-eng
+Section: text
+Priority: optional
+Maintainer: Debian FreeDict Packages <freedict-packages at lists.alioth.debian.org>
+Uploaders: Joost van Baal <joostvb at debian.org>, Kęstutis Biliūnas <kebil at kaunas.init.lt>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: freedict-tools-dev, quilt
+Standards-Version: 3.7.2
+
+Package: dict-freedict-swa-eng
+Architecture: all
+Suggests: dictd | serpento, dict | opendict | kdict
+Provides: dict-freedict
+Description: Dict package for Swahili-English Freedict dictionary
+ This is a package of the Swahili-English Freedict dictionary, formatted 
+ for the dictionary server and client which uses the DICT Protocol.

Added: packages/freedict-swa-eng/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/copyright?rev=33&op=file
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/copyright (added)
+++ packages/freedict-swa-eng/trunk/debian/copyright Fri Dec 29 20:51:19 2006
@@ -1,0 +1,33 @@
+This package was debianized by Kęstutis Biliūnas <kebil at kaunas.init.lt> on
+Sun, 19 Nov 2006 12:19:30 +0200.
+
+This package is maintained by Debian FreeDict Packages
+<freedict-packages at lists.alioth.debian.org> team.
+
+It was downloaded from www.freedict.de or
+http://prdownloads.sourceforge.net/f/fr/freedict
+
+Upstream Author: Beata Wojtowicz (wierzchob at wp.pl)
+
+Copyright: Copyright (C) 2000 Horst Eyermann (Horst at freedict.de)
+
+License:
+
+   This program is free software; you can redistribute it and/or
+   modifyit under the terms of the GNU General Public License as
+   published by the Free Software Foundation; either version 2
+   of the License, or (at your option) any later version. This
+   program is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+   GNU General Public License for more details. You should have
+   received a copy of the GNU General Public License along with this
+   program; if not, write to the Free Software Foundation, Inc.,
+   51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+Debian GNU/Linux users may find the full text of the GPL version 2 in
+/usr/share/common-licenses/GPL-2.
+
+The Debian packaging is (C) 2006, Debian FreeDict Packages
+<freedict-packages at lists.alioth.debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/freedict-swa-eng/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/rules?rev=33&op=file
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/rules (added)
+++ packages/freedict-swa-eng/trunk/debian/rules Fri Dec 29 20:51:19 2006
@@ -1,0 +1,15 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+DICT = swa-eng
+DICT_MAKE_ENVVARS = supported_phonetics=
+FULLNAME = Swahili-English
+AUTHORNAME = Beata Wojtowicz (wierzchob at wp.pl)
+VERSION = 0.0.2
+WITH_EPOCH = true
+
+include /usr/share/freedict-tools/debian-scripts/Makefile.Debian
+

Propchange: packages/freedict-swa-eng/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/freedict-swa-eng/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/watch?rev=33&op=file
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/watch (added)
+++ packages/freedict-swa-eng/trunk/debian/watch Fri Dec 29 20:51:19 2006
@@ -1,0 +1,13 @@
+# watch control file for uscan, see uscan(1)
+
+# test this file by running
+#   $ uscan --report --verbose
+
+# format version number, currently 3; this line is compulsory!
+version=3
+
+# Our package is located on sourceforge; we use the following
+# format to automatically use the qa.debian.org redirector, avoiding
+# SF's difficult mirror system.
+http://sf.net/freedict/swa-eng-(.*)\.src\.tar\.gz
+




More information about the Pkg-freedict-commits mailing list