r69285 - in /trunk/libkinosearch-perl/debian: changelog control copyright libkinosearch-perl.examples rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Feb 22 00:44:50 UTC 2011


Author: jawnsy-guest
Date: Tue Feb 22 00:44:30 2011
New Revision: 69285

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69285
Log:
STALLED: core/KinoSearch/Util/StringHelper{2,3}.c list different copyright owners

Added:
    trunk/libkinosearch-perl/debian/libkinosearch-perl.examples
Modified:
    trunk/libkinosearch-perl/debian/changelog
    trunk/libkinosearch-perl/debian/control
    trunk/libkinosearch-perl/debian/copyright
    trunk/libkinosearch-perl/debian/rules

Modified: trunk/libkinosearch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/changelog?rev=69285&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/changelog (original)
+++ trunk/libkinosearch-perl/debian/changelog Tue Feb 22 00:44:30 2011
@@ -1,10 +1,6 @@
 libkinosearch-perl (0.311-1) UNRELEASED; urgency=low
 
-  TODO:
-  - d/copyright:
-    * core/KinoSearch/Util/StringHelper{2,3}.c list different copyright owners
-    * how about the U.S. constitution in sample/?
-  - install sample/* as examples?
+  STALLED: core/KinoSearch/Util/StringHelper{2,3}.c list different copyright owners
 
   * New upstream release
     + Updated package (build-)dependencies accordingly

Modified: trunk/libkinosearch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/control?rev=69285&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/control (original)
+++ trunk/libkinosearch-perl/debian/control Tue Feb 22 00:44:30 2011
@@ -1,7 +1,7 @@
 Source: libkinosearch-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl,
+Build-Depends: debhelper (>= 7.0.50), perl,
  libjson-xs-perl,
  libparse-recdescent-perl,
  liblingua-stem-snowball-perl,

Modified: trunk/libkinosearch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/copyright?rev=69285&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/copyright (original)
+++ trunk/libkinosearch-perl/debian/copyright Tue Feb 22 00:44:30 2011
@@ -11,6 +11,10 @@
  Apache license permits distribution under different licenses, this
  distribution and all code can be considered licensed under the same
  terms and conditions as Perl.
+
+Files: sample/us_constitution
+Copyright: none held
+License: PD
 
 Files: debian/*
 Copyright: 2010-2011, Jonathan Yu <jawnsy at cpan.org>
@@ -32,3 +36,17 @@
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: PD
+ It is believed that this material is unencumbered by restrictions
+ due to copyright or licensing.
+ .
+ The United States Code, Title 17, Chapter 1, Sections 105 and 10,
+ specifies that works by the United States federal government are
+ in the Public Domain.
+ .
+ Furthermore, as the United States Constitution and many of its
+ related documents (amendments) contained herein were published in
+ the late 1700s/early 1800s, they greatly precede the earliest
+ ratification of the Berne Convention for the Protection of
+ Literary and Artistic Works at Berne, Switzerland in 1886.

Added: trunk/libkinosearch-perl/debian/libkinosearch-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/libkinosearch-perl.examples?rev=69285&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/libkinosearch-perl.examples (added)
+++ trunk/libkinosearch-perl/debian/libkinosearch-perl.examples Tue Feb 22 00:44:30 2011
@@ -1,0 +1,1 @@
+sample/*

Modified: trunk/libkinosearch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/rules?rev=69285&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/rules (original)
+++ trunk/libkinosearch-perl/debian/rules Tue Feb 22 00:44:30 2011
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*




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