r52758 - in /trunk/libinline-perl/debian: NEWS changelog control libinline-perl.docs rules
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Mon Feb 15 01:03:21 UTC 2010
Author: jawnsy-guest
Date: Mon Feb 15 01:02:55 2010
New Revision: 52758
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52758
Log:
* Standards-Version 3.8.4 (drop perl version dep)
* This package is Arch: all, drop shlib deps
* Rewrite control description
* Use new short debhelper rules format
* Add myself to Uploaders and Copyright
* debian/watch: Update to ignore development releases.
Modified:
trunk/libinline-perl/debian/NEWS
trunk/libinline-perl/debian/changelog
trunk/libinline-perl/debian/control
trunk/libinline-perl/debian/libinline-perl.docs
trunk/libinline-perl/debian/rules
Modified: trunk/libinline-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/NEWS?rev=52758&op=diff
==============================================================================
--- trunk/libinline-perl/debian/NEWS (original)
+++ trunk/libinline-perl/debian/NEWS Mon Feb 15 01:02:55 2010
@@ -9,3 +9,4 @@
I have not tried to automate this in the Debian package.
-- Joey Hess <joeyh at debian.org> Wed, 11 Sep 2002 21:37:56 -0400
+
Modified: trunk/libinline-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/changelog?rev=52758&op=diff
==============================================================================
--- trunk/libinline-perl/debian/changelog (original)
+++ trunk/libinline-perl/debian/changelog Mon Feb 15 01:02:55 2010
@@ -1,12 +1,17 @@
libinline-perl (0.46-1) UNRELEASED; urgency=low
+
+ [ Jonathan Yu ]
+ * New upstream release
+ * Standards-Version 3.8.4 (drop perl version dep)
+ * This package is Arch: all, drop shlib deps
+ * Rewrite control description
+ * Use new short debhelper rules format
+ * Add myself to Uploaders and Copyright
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
- [ Jonathan Yu ]
- * New upstream release
-
- -- Jonathan Yu <jawnsy at cpan.org> Sat, 13 Feb 2010 20:59:48 -0500
+ -- Jonathan Yu <jawnsy at cpan.org> Sun, 14 Feb 2010 20:20:43 -0500
libinline-perl (0.45-1) unstable; urgency=low
Modified: trunk/libinline-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/control?rev=52758&op=diff
==============================================================================
--- trunk/libinline-perl/debian/control (original)
+++ trunk/libinline-perl/debian/control Mon Feb 15 01:02:55 2010
@@ -1,11 +1,11 @@
Source: libinline-perl
Section: perl
Priority: optional
-Build-Depends-Indep: perl (>= 5.8), libdigest-md5-perl, libparse-recdescent-perl
-Build-Depends: debhelper (>= 7), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl, libdigest-md5-perl, libparse-recdescent-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.0
+Uploaders: gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Inline/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libinline-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libinline-perl/
@@ -13,18 +13,17 @@
Package: libinline-perl
Architecture: all
Recommends: gcc | c-compiler
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libdigest-md5-perl, libparse-recdescent-perl
-Description: Write Perl subroutines in other programming languages
- The Inline module allows you to put source code from other
- programming languages directly "inline" in a Perl script
- or module. The code is automatically compiled as needed,
- and then loaded for immediate access from Perl.
+Depends: ${perl:Depends}, ${misc:Depends}, libparse-recdescent-perl,
+ libdigest-md5-perl
+Description: module for producing simple Foreign Function Interfaces
+ Inline is a Perl module designed to allow developers to integrate source code
+ written in other programming languages directly "inline" in Perl scripts or
+ modules. The code is automatically compiled as needed, and then loaded for
+ immediate access from Perl.
.
- Inline saves you from the hassle of having to write and
- compile your own glue code using facilities like XS or
- SWIG. Simply type the code where you want it and run your
- Perl as normal. All the hairy details are handled for you.
- The compilation and installation of your code chunks all
- happen transparently; all you will notice is the delay of
- compilation on the first run.
+ Inline saves you from the hassle of having to write and compile your own glue
+ code using facilities like XS or SWIG. Simply type the code where you want it
+ and run your Perl as normal. All the hairy details are handled for you. The
+ compilation and installation of your code chunks all happen transparently;
+ all you will notice is the delay of compilation on the first run.
Modified: trunk/libinline-perl/debian/libinline-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/libinline-perl.docs?rev=52758&op=diff
==============================================================================
--- trunk/libinline-perl/debian/libinline-perl.docs (original)
+++ trunk/libinline-perl/debian/libinline-perl.docs Mon Feb 15 01:02:55 2010
@@ -1,2 +1,1 @@
ToDo
-README
Modified: trunk/libinline-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/rules?rev=52758&op=diff
==============================================================================
--- trunk/libinline-perl/debian/rules (original)
+++ trunk/libinline-perl/debian/rules Mon Feb 15 01:02:55 2010
@@ -1,25 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
- dh build
- touch $@
-
-clean: unpatch
- dh $@
-
-install: install-stamp
-install-stamp: build-stamp
- dh install
- touch $@
-
-binary-arch:
-
-binary-indep: install
- dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+ dh --with quilt $@
More information about the Pkg-perl-cvs-commits
mailing list