r51101 - in /trunk/libelixirfm-perl/debian: ./ changelog compat control copyright rules watch

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Sun Jan 17 14:23:51 UTC 2010


Author: aelmahmoudy-guest
Date: Sun Jan 17 14:23:43 2010
New Revision: 51101

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51101
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libelixirfm-perl/debian/
    trunk/libelixirfm-perl/debian/changelog
    trunk/libelixirfm-perl/debian/compat
    trunk/libelixirfm-perl/debian/control
    trunk/libelixirfm-perl/debian/copyright
    trunk/libelixirfm-perl/debian/rules   (with props)
    trunk/libelixirfm-perl/debian/watch

Added: trunk/libelixirfm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelixirfm-perl/debian/changelog?rev=51101&op=file
==============================================================================
--- trunk/libelixirfm-perl/debian/changelog (added)
+++ trunk/libelixirfm-perl/debian/changelog Sun Jan 17 14:23:43 2010
@@ -1,0 +1,5 @@
+libelixirfm-perl (1.1.927-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- أحÙ
د الÙ
Ø­Ù
ودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>  Fri, 15 Jan 2010 20:11:29 +0200

Added: trunk/libelixirfm-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelixirfm-perl/debian/compat?rev=51101&op=file
==============================================================================
--- trunk/libelixirfm-perl/debian/compat (added)
+++ trunk/libelixirfm-perl/debian/compat Sun Jan 17 14:23:43 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libelixirfm-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelixirfm-perl/debian/control?rev=51101&op=file
==============================================================================
--- trunk/libelixirfm-perl/debian/control (added)
+++ trunk/libelixirfm-perl/debian/control Sun Jan 17 14:23:43 2010
@@ -1,0 +1,24 @@
+Source: libelixirfm-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8), libencode-arabic-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: أحÙ
د الÙ
Ø­Ù
ودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
+Standards-Version: 3.8.3
+Homepage: http://elixir-fm.sourceforge.net
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libelixirfm-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libelixirfm-perl/
+
+Package: libelixirfm-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8),
+  libencode-arabic-perl
+Description: Interfaces to the ElixirFM system in Haskell
+ The ElixirFM module reimplements some of the functionality of the ElixirFM
+ system written in Haskell, which implements Functional Arabic Morphology.
+ .
+ ElixirFM can process words of Modern Written Arabic using four different modes.
+ .
+ You can find documentation for this module at
+ http://sourceforge.net/projects/elixir-fm/.

Added: trunk/libelixirfm-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelixirfm-perl/debian/copyright?rev=51101&op=file
==============================================================================
--- trunk/libelixirfm-perl/debian/copyright (added)
+++ trunk/libelixirfm-perl/debian/copyright Sun Jan 17 14:23:43 2010
@@ -1,0 +1,37 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Otakar Smrz <otakar.smrz at mff.cuni.cz>
+Source: http://search.cpan.org/dist/ElixirFM/
+Name: ElixirFM
+
+Files: *
+Copyright: Otakar Smrz <otakar.smrz at mff.cuni.cz>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2010, أحÙ
د الÙ
Ø­Ù
ودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
+License: GPL-3+ or Artistic or GPL-1+
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 3 dated June, 2007, or (at your
+ option) any later version
+ .
+ On Debian GNU/Linux systems, the complete text of version 3 of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL-3'
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian GNU/Linux systems, the complete text of the Artistic License
+ can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libelixirfm-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelixirfm-perl/debian/rules?rev=51101&op=file
==============================================================================
--- trunk/libelixirfm-perl/debian/rules (added)
+++ trunk/libelixirfm-perl/debian/rules Sun Jan 17 14:23:43 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libelixirfm-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libelixirfm-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libelixirfm-perl/debian/watch?rev=51101&op=file
==============================================================================
--- trunk/libelixirfm-perl/debian/watch (added)
+++ trunk/libelixirfm-perl/debian/watch Sun Jan 17 14:23:43 2010
@@ -1,0 +1,2 @@
+version=3
+http://sf.net/elixir-fm/ElixirFM-(.*)-Perl\.tar\.gz




More information about the Pkg-perl-cvs-commits mailing list