debian/0000755000000000000000000000000012213556233007170 5ustar debian/NEWS0000644000000000000000000000103211671745413007672 0ustar libinline-perl (0.43-5) unstable; urgency=low Note that when you upgrade from perl 5.6 to 5.8, binaries built with libinline (this may include compiled objects cached in .Inline/_Inline directories) will fail to work with the new version of perl. This is because perl's ABI for binaries changed between perl 5.6 and 5.8. The solution is to delete and regenerate any such binaries you might have. I have not tried to automate this in the Debian package. -- Joey Hess Wed, 11 Sep 2002 21:37:56 -0400 debian/patches/0000755000000000000000000000000011717013732010617 5ustar debian/patches/series0000644000000000000000000000002411717013732012030 0ustar fix-pod-paths.patch debian/patches/fix-pod-paths.patch0000644000000000000000000000141211671745413014330 0ustar Description: fix paths to match Debian FHS As lintian says: The manual page references a directory that is specified in the FSSTND but not in the FHS which is used by Debian. This can be an indicator of a mismatch of the location of files as installed for Debian and as described by the man page. Author: Jonathan Yu Origin: vendor Forwarded: not-needed Reviewed-by: Nicholas Bamber Last-Update: 2011-01-25 --- a/C/C-Cookbook.pod +++ b/C/C-Cookbook.pod @@ -174,8 +174,8 @@ Running this script produces: - > perl vowels.pl /usr/dict/words - The letters in /usr/dict/words are 37.5% vowels. + > perl vowels.pl /usr/share/dict/words + The letters in /usr/share/dict/words are 37.5% vowels. =item See Also debian/watch0000644000000000000000000000014712101264513010214 0ustar version=3 https://metacpan.org/release/Inline/ .*/Inline-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000236612213556142011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Inline Upstream-Contact: Sisyphus Source: https://metacpan.org/release/Inline/ Files: * Copyright: 2000-2002, Brian Ingerson 2008, 2010-2013, Sisyphus License: Artistic or GPL-1+ Files: debian/* Copyright: 2001-2007, Joey Hess 2009-2012, gregor herrmann 2010-2011, Jonathan Yu 2011, Nicholas Bamber 2013, Florian Schlichting License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000315612213556131010575 0ustar Source: libinline-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jonathan Yu , Nicholas Bamber , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libinline-files-perl, libparse-recdescent-perl, libtest-warn-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libinline-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libinline-perl.git Homepage: https://metacpan.org/release/Inline/ Package: libinline-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libparse-recdescent-perl Recommends: gcc | c-compiler, libinline-files-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. debian/compat0000644000000000000000000000000211671745413010375 0ustar 8 debian/changelog0000644000000000000000000001441512213556233011047 0ustar libinline-perl (0.53-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.53 * Bump years of upstream copyright * Bump Standards-Version to 3.9.4 (no change) * Add myself to uploaders and copyright -- Florian Schlichting Tue, 10 Sep 2013 10:45:35 +0200 libinline-perl (0.50-1) unstable; urgency=low * New upstream release. * Drop fix-pod-spelling.patch, applied upstream. * Update years of {upstream,packaging} copyright. -- gregor herrmann Wed, 08 Feb 2012 23:12:32 +0100 libinline-perl (0.49-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release 0.48 * Refresh copyright information [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release 0.49. * Refresh fix-pod-spelling.patch (offset) and mark it Forwarded. * Add libinline-files-perl to Build-Depends-Indep and Recommends. * Bump Standards-Version to 3.9.2 (no changes). * Switch to debhelper compatibility level 8. * Update years of packaging copyright. -- gregor herrmann Thu, 08 Dec 2011 16:53:15 +0100 libinline-perl (0.47-1) unstable; urgency=low * Added myself to Uploaders * New upstream release * Refreshed copyright * Upped standards version to 3.9.1 * Reviewed patches -- Nicholas Bamber Tue, 25 Jan 2011 07:51:08 +0000 libinline-perl (0.46-1) unstable; 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 * Drop unnecessary patches, fixed upstream * Add a patch to fix POD spelling errors * Add patch to fix paths to wordlist in FHS * Move to 3.0 (quilt) source format [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Franck Joncourt ] * Removed BDI and depedency on libdigest-md5-perl which is a core module since 5.7.3. * Fixed typo in README.Debian s/certianly/certainly/. * Updated d.copyright to follow DEP5 guideline. -- Jonathan Yu Sat, 06 Mar 2010 19:40:13 -0500 libinline-perl (0.45-1) unstable; urgency=low * New upstream release. * debian/control: - added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza) - removed: XS-Vcs-Svn fields. - add /me to Uploaders * Use dist-based URL in debian/watch. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * Remove build dependency on historic dpkg-dev version. * Split changes to upstream code out into quilt patches; add quilt framework. * Extend fix-pod.patch to fix a few more lintian complaints. * Set Standards-Version to 3.8.0; add debian/README.source to document quilt usage. * debian/copyright: switch to new format. -- gregor herrmann Thu, 01 Jan 2009 20:14:40 +0100 libinline-perl (0.44-5) unstable; urgency=low * Now maintained by the Debian perl group. * Updated to current policy. * Minor fixes to debian/rules. -- Joey Hess Mon, 30 Jul 2007 01:42:20 -0400 libinline-perl (0.44-4) unstable; urgency=low * Add gcc as a leading alternate in the recommends. Closes: #310897 -- Joey Hess Thu, 26 May 2005 16:15:09 -0400 libinline-perl (0.44-3) unstable; urgency=low * Move from build-depends-indep to build-depends to meet current policy. -- Joey Hess Wed, 3 Sep 2003 12:06:49 -0400 libinline-perl (0.44-2) unstable; urgency=low * Fixed $_ localizations in denter.pm. (Patch already in upstream cvs.) Closes: #172649 -- Joey Hess Wed, 11 Dec 2002 13:00:31 -0500 libinline-perl (0.44-1) unstable; urgency=low * New upstream release. -- Joey Hess Wed, 6 Nov 2002 13:45:27 -0500 libinline-perl (0.43-6) unstable; urgency=low * Added important note to NEWS.Debian about the perl 5.8 upgrade. -- Joey Hess Wed, 11 Sep 2002 21:41:33 -0400 libinline-perl (0.43-5) unstable; urgency=low * Built for perl 5.8. -- Joey Hess Wed, 31 Jul 2002 02:51:06 +0000 libinline-perl (0.43-4) unstable; urgency=low * debhelper v4 -- Joey Hess Thu, 13 Jun 2002 16:46:09 -0400 libinline-perl (0.43-3) unstable; urgency=low * Added libdigest-md5-perl and libparse-recdescent-perl to build deps, (so it can test itself). Closes: #133747 -- Joey Hess Wed, 13 Feb 2002 10:35:56 -0500 libinline-perl (0.43-2) unstable; urgency=low * Corrected the path to the typemap in Inline::C man page. Closes: #126945 * Typos, Closes: #126948, #126955, #127034, #127036 (will send upstream). -- Joey Hess Sun, 30 Dec 2001 00:12:53 -0500 libinline-perl (0.43-1) unstable; urgency=low * Newer upstream release. Closes: #118190 -- Joey Hess Mon, 5 Nov 2001 16:58:30 -0500 libinline-perl (0.41-3) unstable; urgency=low * Added missing deps on libdigest-md5-perl and libparse-recdescent-perl, Closes: #100161 -- Joey Hess Fri, 8 Jun 2001 19:33:59 -0400 libinline-perl (0.41-2) unstable; urgency=low * Bod thought up a better MakeMaker fix, which I will send upstream. -- Joey Hess Thu, 7 Jun 2001 23:03:59 -0400 libinline-perl (0.41-1) unstable; urgency=low * First release. * Interesting hacking had to be done to C.pm to make it pass PREFIX=. when making pure_install. I susppose this is the result of debian's modified pure_install handling; it was trying to install into /usr/local/share/perl/. -- Joey Hess Wed, 6 Jun 2001 16:22:20 -0400 debian/libinline-perl.docs0000644000000000000000000000000511671745413012751 0ustar ToDo debian/README.Debian0000644000000000000000000000073711671745413011247 0ustar Note that this package recommends that you install a C compiler. A C compiler will certainly be necessary if you want to use Inline to do programming in C. However, a C compiler is not necessary if you're using Inline with some other language, or if you are using a program, such as grepmail, that is compiled using Inline::MakeMaker and ships the compiled C code. Therefore, this package does not depend on a C compiler, it only recommends one. -- Joey Hess debian/source/0000755000000000000000000000000011671745413010477 5ustar debian/source/format0000644000000000000000000000001411671745413011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671745413010256 0ustar #!/usr/bin/make -f %: dh $@