[Pkg-freedict-commits] r107 - in /packages/freedict-deu-tur: ./
trunk/ trunk/debian/ trunk/debian/patches/
kebil-guest at users.alioth.debian.org
kebil-guest at users.alioth.debian.org
Mon Jan 22 22:26:13 CET 2007
Author: kebil-guest
Date: Mon Jan 22 22:26:12 2007
New Revision: 107
URL: http://svn.debian.org/wsvn/pkg-freedict/?sc=1&rev=107
Log:
Initial importing freedict-deu-tur
Added:
packages/freedict-deu-tur/
packages/freedict-deu-tur/trunk/
packages/freedict-deu-tur/trunk/debian/
packages/freedict-deu-tur/trunk/debian/README
packages/freedict-deu-tur/trunk/debian/changelog
packages/freedict-deu-tur/trunk/debian/compat
packages/freedict-deu-tur/trunk/debian/control
packages/freedict-deu-tur/trunk/debian/copyright
packages/freedict-deu-tur/trunk/debian/patches/
packages/freedict-deu-tur/trunk/debian/patches/001_Makefile_xdf2tei_PATH.diff
packages/freedict-deu-tur/trunk/debian/patches/series
packages/freedict-deu-tur/trunk/debian/rules (with props)
packages/freedict-deu-tur/trunk/debian/watch
Added: packages/freedict-deu-tur/trunk/debian/README
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-deu-tur/trunk/debian/README?rev=107&op=file
==============================================================================
--- packages/freedict-deu-tur/trunk/debian/README (added)
+++ packages/freedict-deu-tur/trunk/debian/README Mon Jan 22 22:26:12 2007
@@ -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-deu-tur/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-deu-tur/trunk/debian/changelog?rev=107&op=file
==============================================================================
--- packages/freedict-deu-tur/trunk/debian/changelog (added)
+++ packages/freedict-deu-tur/trunk/debian/changelog Mon Jan 22 22:26:12 2007
@@ -1,0 +1,7 @@
+freedict-deu-tur (0.1-1) UNRELEASED; urgency=low
+
+ * Initial release Closes: #xxx).
+ * debian/patches: added patch debian/patches/001_Makefile_xdf2tei_PATH.diff.
+
+ -- KÄstutis BiliÅ«nas <kebil at kaunas.init.lt> Sun, 21 Jan 2007 22:43:49 +0200
+
Added: packages/freedict-deu-tur/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-deu-tur/trunk/debian/compat?rev=107&op=file
==============================================================================
--- packages/freedict-deu-tur/trunk/debian/compat (added)
+++ packages/freedict-deu-tur/trunk/debian/compat Mon Jan 22 22:26:12 2007
@@ -1,0 +1,1 @@
+5
Added: packages/freedict-deu-tur/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-deu-tur/trunk/debian/control?rev=107&op=file
==============================================================================
--- packages/freedict-deu-tur/trunk/debian/control (added)
+++ packages/freedict-deu-tur/trunk/debian/control Mon Jan 22 22:26:12 2007
@@ -1,0 +1,16 @@
+Source: freedict-deu-tur
+Section: text
+Priority: optional
+Maintainer: Debian FreeDict Packaging Team <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-deu-tur
+Architecture: all
+Suggests: dictd | serpento, dict | opendict | kdict
+Provides: dict-freedict
+Description: Dict package for German-Turkish Freedict dictionary
+ This is a package of the German-Turkish Freedict dictionary, formatted
+ for the dictionary server and client which uses the DICT Protocol.
Added: packages/freedict-deu-tur/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-deu-tur/trunk/debian/copyright?rev=107&op=file
==============================================================================
--- packages/freedict-deu-tur/trunk/debian/copyright (added)
+++ packages/freedict-deu-tur/trunk/debian/copyright Mon Jan 22 22:26:12 2007
@@ -1,0 +1,33 @@
+This package was debianized by KÄstutis BiliÅ«nas <kebil at kaunas.init.lt> on
+Sun, 21 Jan 2007 22:43:49 +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://sourceforge.net/project/showfiles.php?group_id=1419
+
+Upstream Author: Erdal Ronahi (erdal.ronahi at gmail.com)
+
+Copyright: Copyright (C) 2005 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-deu-tur/trunk/debian/patches/001_Makefile_xdf2tei_PATH.diff
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-deu-tur/trunk/debian/patches/001_Makefile_xdf2tei_PATH.diff?rev=107&op=file
==============================================================================
--- packages/freedict-deu-tur/trunk/debian/patches/001_Makefile_xdf2tei_PATH.diff (added)
+++ packages/freedict-deu-tur/trunk/debian/patches/001_Makefile_xdf2tei_PATH.diff Mon Jan 22 22:26:12 2007
@@ -1,0 +1,21 @@
+This patch by Joost van Baal.
+
+Index: Makefile
+===================================================================
+--- Makefile.orig 2007-01-21 22:25:19.000000000 +0200
++++ Makefile 2007-01-21 22:27:37.000000000 +0200
+@@ -2,10 +2,12 @@
+ DISTFILES = german-turkish.txt Makefile deu-tur.tei.header
+ include $(FREEDICTDIR)/tools/Makefile.common
+
++XDF2TEI ?= $(FREEDICTDIR)/tools/xdf2tei.pl
++
+ $(dictname).tei: german-turkish.txt $(dictname).tei.header \
+- $(FREEDICTDIR)/tools/xdf2tei.pl
++ $(XDF2TEI)
+ cat $(dictname).tei.header >$@
+- $(FREEDICTDIR)/tools/xdf2tei.pl <$< >>$@
++ $(XDF2TEI) <$< >>$@
+ echo "</body></text></TEI.2>" >>$@
+
+ clean::
Added: packages/freedict-deu-tur/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-deu-tur/trunk/debian/patches/series?rev=107&op=file
==============================================================================
--- packages/freedict-deu-tur/trunk/debian/patches/series (added)
+++ packages/freedict-deu-tur/trunk/debian/patches/series Mon Jan 22 22:26:12 2007
@@ -1,0 +1,1 @@
+001_Makefile_xdf2tei_PATH.diff -p0
Added: packages/freedict-deu-tur/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-deu-tur/trunk/debian/rules?rev=107&op=file
==============================================================================
--- packages/freedict-deu-tur/trunk/debian/rules (added)
+++ packages/freedict-deu-tur/trunk/debian/rules Mon Jan 22 22:26:12 2007
@@ -1,0 +1,15 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+DICT = deu-tur
+DICT_MAKE_ENVVARS = supported_phonetics= XDF2TEI=/usr/share/freedict-tools/scripts/xdf2tei.pl
+FULLNAME = German-Turkish
+AUTHORNAME = Erdal Ronahi (erdal.ronahi at gmail.com)
+VERSION = 0.1
+WITH_EPOCH = false
+
+include freedict-tools/mk/Makefile.Debian
+
Propchange: packages/freedict-deu-tur/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/freedict-deu-tur/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-deu-tur/trunk/debian/watch?rev=107&op=file
==============================================================================
--- packages/freedict-deu-tur/trunk/debian/watch (added)
+++ packages/freedict-deu-tur/trunk/debian/watch Mon Jan 22 22:26:12 2007
@@ -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/freedict-deu-tur-(.*)\.src\.tar\.gz
+
More information about the Pkg-freedict-commits
mailing list