This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix.
commit 42edaabf73b56b3cb33a6d283eaa0c4177d225b9 Author: Miriam Ruiz <[email protected]> Date: Thu Aug 2 07:19:28 2007 +0000 Added changelog and minor corrections --- debian/changelog | 2 ++ debian/copyright | 7 ++++--- debian/rules | 2 ++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 54b89e3..56976c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ fenix (0.92a.dfsg1-1) UNRELEASED; urgency=low * 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. diff --git a/debian/copyright b/debian/copyright index 20a5ed0..985ae37 100644 --- a/debian/copyright +++ b/debian/copyright @@ -34,9 +34,6 @@ License: 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 <[email protected]> and -is licensed under the GPL, see above. - Documentation: @@ -445,3 +442,7 @@ If your document contains nontrivial examples of program code, we 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 <[email protected]> and +are licensed under the GPL, see above. diff --git a/debian/rules b/debian/rules index 9869b88..1c060f2 100755 --- a/debian/rules +++ b/debian/rules @@ -19,9 +19,11 @@ endif 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

