[libsphinx-search-perl] 03/16: [svn-inject] Applying Debian modifications to trunk

Taku YASUI tach at debian.org
Sun Aug 11 11:53:23 UTC 2013


This is an automated email from the git hooks/post-receive script.

tach pushed a commit to branch master
in repository libsphinx-search-perl.

commit f52fa9ee703e74221b40f2d23e0f3e6033393ba2
Author: tach <tach at 19660600-52fe-0310-9875-adc0d7a7b53c>
Date:   Fri Apr 10 07:30:53 2009 +0000

    [svn-inject] Applying Debian modifications to trunk
---
 debian/changelog                  |    5 +++++
 debian/compat                     |    1 +
 debian/control                    |   17 +++++++++++++++++
 debian/copyright                  |   33 +++++++++++++++++++++++++++++++++
 debian/libsphinx-search-perl.docs |    1 +
 debian/rules                      |    4 ++++
 debian/watch                      |    4 ++++
 7 files changed, 65 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e7f1483
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libsphinx-search-perl (0.18-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Taku YASUI <tach at debian.org>  Fri, 10 Apr 2009 15:31:13 +0900
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f401ee5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: libsphinx-search-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), cdbs
+Build-Depends-Indep: perl (>= 5.6.0-12), libfile-searchpath-perl, libpath-class-perl
+Maintainer: Taku YASUI <tach at debian.org>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Sphinx-Search/
+
+Package: libsphinx-search-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Sphinx search engine API Perl client
+ This is the Perl API client for the Sphinx open-source SQL full-text indexing
+ search engine, http://www.sphinxsearch.com.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cb6ebf7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jon Schutz
+Upstream-Source: http://search.cpan.org/dist/Sphinx-Search/
+Upstream-Name: Sphinx-Search
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: Jon Schutz
+License: 
+
+Files: debian/*
+Copyright: 2009, Taku YASUI <tach at debian.org>
+License: Artistic | GPL-1+
+
+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'
diff --git a/debian/libsphinx-search-perl.docs b/debian/libsphinx-search-perl.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/libsphinx-search-perl.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..93477ef
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e17cec4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Sphinx-Search/   .*/Sphinx-Search-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsphinx-search-perl.git



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