r5653 - packages/trunk/langdrill/debian

Ansgar Burchardt ansgar-guest at alioth.debian.org
Wed Feb 6 17:50:47 UTC 2008


Author: ansgar-guest
Date: 2008-02-06 17:50:47 +0000 (Wed, 06 Feb 2008)
New Revision: 5653

Modified:
   packages/trunk/langdrill/debian/changelog
   packages/trunk/langdrill/debian/control
   packages/trunk/langdrill/debian/menu
   packages/trunk/langdrill/debian/rules
Log:
* debian/menu:
  + Set section to Applications/Education instead of Games/Puzzles
* debian/control:
  + Bump Debian Standards version to 3.7.3
  + Change section to text instead of games
  + Depend on debhelper (>= 5.0)
* debian/rules:
  + Don't ignore `make clean' errors

Modified: packages/trunk/langdrill/debian/changelog
===================================================================
--- packages/trunk/langdrill/debian/changelog	2008-02-06 17:26:08 UTC (rev 5652)
+++ packages/trunk/langdrill/debian/changelog	2008-02-06 17:50:47 UTC (rev 5653)
@@ -1,3 +1,16 @@
+langdrill (0.3-7) unstable; urgency=low
+
+  * debian/menu:
+    + Set section to Applications/Education instead of Games/Puzzles
+  * debian/control:
+    + Bump Debian Standards version to 3.7.3
+    + Change section to text instead of games
+    + Depend on debhelper (>= 5.0)
+  * debian/rules:
+    + Don't ignore `make clean' errors
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 06 Feb 2008 18:48:04 +0100
+
 langdrill (0.3-6.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: packages/trunk/langdrill/debian/control
===================================================================
--- packages/trunk/langdrill/debian/control	2008-02-06 17:26:08 UTC (rev 5652)
+++ packages/trunk/langdrill/debian/control	2008-02-06 17:50:47 UTC (rev 5653)
@@ -1,10 +1,10 @@
 Source: langdrill
-Section: games
+Section: text
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>= 4.0), quilt, libvdk2-dev (>= 2.4.0-3), libgnomeui-dev (>= 2.0)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0), quilt, libvdk2-dev (>= 2.4.0-3), libgnomeui-dev (>= 2.0)
+Standards-Version: 3.7.3
 
 Package: langdrill
 Architecture: any
@@ -13,9 +13,9 @@
 Suggests: skkinput | kinput2 | kinput2-wnn | kinput2-canna
 Description: language drills to test vocabulary
  langdrill is a helper for testing your foreign language vocabulary.
- It uses GTK+ toolkit and VDK (a C++ wrapper arround VDK). langdrill
+ It uses GTK+ toolkit and VDK (a C++ wrapper arround GTK+). langdrill
  looks similar to JavaDrill.
  .
- Support for Japanese characters displaying is included. For this, Japanese
+ Support for displaying Japanese characters is included. For this, Japanese
  fonts must be installed on your system, for instance the xfonts-intl-japanese
  package.

Modified: packages/trunk/langdrill/debian/menu
===================================================================
--- packages/trunk/langdrill/debian/menu	2008-02-06 17:26:08 UTC (rev 5652)
+++ packages/trunk/langdrill/debian/menu	2008-02-06 17:50:47 UTC (rev 5653)
@@ -1,2 +1,2 @@
 ?package(langdrill):command="/usr/bin/langdrill" needs="X11" \
-    section="Games/Puzzles" title="Language drills" 
+    section="Applications/Education" title="Language drills" 

Modified: packages/trunk/langdrill/debian/rules
===================================================================
--- packages/trunk/langdrill/debian/rules	2008-02-06 17:26:08 UTC (rev 5652)
+++ packages/trunk/langdrill/debian/rules	2008-02-06 17:50:47 UTC (rev 5653)
@@ -17,7 +17,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp install-stamp
-	-$(MAKE) distclean
+	$(MAKE) distclean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean
 




More information about the Pkg-games-commits mailing list