r3516 - packages/trunk/fenix/debian

Miriam Ruiz baby-guest at alioth.debian.org
Thu Aug 2 07:19:28 UTC 2007


Author: baby-guest
Date: 2007-08-02 07:19:28 +0000 (Thu, 02 Aug 2007)
New Revision: 3516

Modified:
   packages/trunk/fenix/debian/changelog
   packages/trunk/fenix/debian/copyright
   packages/trunk/fenix/debian/rules
Log:
Added changelog and minor corrections



Modified: packages/trunk/fenix/debian/changelog
===================================================================
--- packages/trunk/fenix/debian/changelog	2007-08-02 07:16:26 UTC (rev 3515)
+++ packages/trunk/fenix/debian/changelog	2007-08-02 07:19:28 UTC (rev 3516)
@@ -10,6 +10,8 @@
   * Added debian/doc documentation files and updated debian/copyright
   * Added development package with the headers for creating plugins.
   * Added headers.patch to patch the development headers before installing.
+  * Added fxdll_version.patch for knowing the API version of the plugins.
+  * Added plugins_dir.patch so that plugins can be put in a common directory.
 
   [ Cyril Brulebois ]
   * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.

Modified: packages/trunk/fenix/debian/copyright
===================================================================
--- packages/trunk/fenix/debian/copyright	2007-08-02 07:16:26 UTC (rev 3515)
+++ packages/trunk/fenix/debian/copyright	2007-08-02 07:19:28 UTC (rev 3516)
@@ -34,10 +34,7 @@
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
-The Debian packaging is (C) 2007, Miriam Ruiz <little_miry at yahoo.es> and
-is licensed under the GPL, see above.
 
-
 Documentation:
 
 Copyright (c) FenixWiki ( http://fenixworld.se32.com/fenixwiki/ )
@@ -445,3 +442,7 @@
 recommend releasing these examples in parallel under your choice of
 free software license, such as the GNU General Public License,
 to permit their use in free software.
+
+
+The Debian packaging and patches are (C) 2007, Miriam Ruiz <little_miry at yahoo.es> and
+are licensed under the GPL, see above.

Modified: packages/trunk/fenix/debian/rules
===================================================================
--- packages/trunk/fenix/debian/rules	2007-08-02 07:16:26 UTC (rev 3515)
+++ packages/trunk/fenix/debian/rules	2007-08-02 07:19:28 UTC (rev 3516)
@@ -19,9 +19,11 @@
 CFLAGS += -DUSE_GETTEXT
 
 patch:
+	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 
 unpatch:
+	dh_testdir
 	QUILT_PATCHES=debian/patches quilt pop -a -f || test $$? = 2
 
 config.status: configure




More information about the Pkg-games-commits mailing list