[Pkg-freedict-commits] r166 - in /packages/freedict-swa-eng/trunk/debian: changelog compat control copyright rules

kebil-guest at users.alioth.debian.org kebil-guest at users.alioth.debian.org
Sat Mar 15 08:01:30 UTC 2008


Author: kebil-guest
Date: Sat Mar 15 08:01:29 2008
New Revision: 166

URL: http://svn.debian.org/wsvn/pkg-freedict/?sc=1&rev=166
Log:
Updated for building with freedict-tools-2.0+cvs20080304

Modified:
    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

Modified: packages/freedict-swa-eng/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/changelog?rev=166&op=diff
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/changelog (original)
+++ packages/freedict-swa-eng/trunk/debian/changelog Sat Mar 15 08:01:29 2008
@@ -1,17 +1,7 @@
-freedict-swa-eng (1:0.0.2-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Joost van Baal <joostvb at debian.org>  Thu,  8 Feb 2007 12:00:46 +0100
-
-freedict-swa-eng (1:0.0.2-1) experimental; urgency=low
+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.  See
-    changelog.Debian.old.gz for changes from that era.
+    the binary package was generated from the "freedict" source package.
+    (Closes: #nnnn of ITP).
 
-  [ Joost van Baal ]
-  * debian/copyright: fix upstream download URL.  Thanks to SF's braindead
-    mirroring scheme.
-
- -- Kęstutis Biliūnas <kebil at kaunas.init.lt>  Fri, 29 Dec 2006 19:46:32 +0200
+ -- Kęstutis Biliūnas <kebil at kaunas.init.lt>  Sat, 15 Mar 2008 09:53:16 +0200

Modified: packages/freedict-swa-eng/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/compat?rev=166&op=diff
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/compat (original)
+++ packages/freedict-swa-eng/trunk/debian/compat Sat Mar 15 08:01:29 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: packages/freedict-swa-eng/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/control?rev=166&op=diff
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/control (original)
+++ packages/freedict-swa-eng/trunk/debian/control Sat Mar 15 08:01:29 2008
@@ -3,14 +3,28 @@
 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
+Build-Depends: debhelper (>> 6.0.0), quilt (>= 0.40)
+Build-Depends-Indep: freedict-tools-dev
+Standards-Version: 3.7.3
 
 Package: dict-freedict-swa-eng
 Architecture: all
 Suggests: dictd | serpento, dict | opendict | kdict
-Provides: dict-freedict
+Provides: dictd-dictionary
 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.
+
+Package: opendict-freedict-swa-eng
+Architecture: all
+Depends: opendict, dict-freedict-swa-eng
+Description: Swahili-English dictionary for OpenDict
+ This plugin fetches translations from freedict-swa-eng.dict
+ dictionary for use by OpenDict program.
+
+Package: stardict-freedict-swa-eng
+Architecture: all
+Depends: stardict (>= 2.4.6) | sdcv (>= 0.4.2-2) | stardict-gtk (>= 2.4.6)
+Description: Swahili-English Freedict dictionary for Stardict
+ This is a package of the Swahili-English Freedict dictionary, formatted 
+ for use by Stardict program.

Modified: packages/freedict-swa-eng/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/copyright?rev=166&op=diff
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/copyright (original)
+++ packages/freedict-swa-eng/trunk/debian/copyright Sat Mar 15 08:01:29 2008
@@ -4,13 +4,8 @@
 This package is maintained by Debian FreeDict Packages
 <freedict-packages at lists.alioth.debian.org> team.
 
-It was downloaded from CVS:
- cvs -z3 -d:pserver:anonymous at freedict.cvs.sourceforge.net:/cvsroot/freedict \
-  co -P swa-eng
-
-(Publishing the sources on www.freedict.de or
-http://sourceforge.net/project/showfiles.php?group_id=1419 is
-planned by upstream.)
+It was downloaded from www.freedict.de or
+http://sourceforge.net/project/showfiles.php?group_id=1419
 
 Upstream Author: Beata Wojtowicz (wierzchob at wp.pl)
 

Modified: packages/freedict-swa-eng/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-freedict/packages/freedict-swa-eng/trunk/debian/rules?rev=166&op=diff
==============================================================================
--- packages/freedict-swa-eng/trunk/debian/rules (original)
+++ packages/freedict-swa-eng/trunk/debian/rules Sat Mar 15 08:01:29 2008
@@ -1,17 +1,11 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-
-# $Id$
-# $URL$
 
 # 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 freedict-tools/mk/Makefile.Debian




More information about the Pkg-freedict-commits mailing list