debian/0000775000000000000000000000000012306045210007161 5ustar debian/patches/0000775000000000000000000000000011760631205010620 5ustar debian/patches/perl-5.14-ccflags.patch0000664000000000000000000000074511760631205014576 0ustar --- a/Makefile.PL +++ b/Makefile.PL @@ -82,7 +82,7 @@ 'NAME' => 'PDL::NetCDF', 'AUTHOR' => 'Douglas Hunt (dhunt@ucar.edu)', 'PREREQ_PM' => { PDL => 2.2 }, - 'CCFLAGS' => "$define_bool -g", + 'CCFLAGS' => "$define_bool $Config{ccflags}", 'VERSION_FROM' => 'netcdf.pd', 'META_MERGE' => {provides => {PDL::NetCDF => {file => 'netcdf.pd', version => 4.16}}}, 'TYPEMAPS' => [&PDL_TYPEMAP()], debian/patches/series0000664000000000000000000000003011760627613012036 0ustar perl-5.14-ccflags.patch debian/source/0000775000000000000000000000000011760624372010500 5ustar debian/source/format0000664000000000000000000000001411760624372011706 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000000753512306045210011045 0ustar libpdl-netcdf-perl (4.16-3build2) trusty; urgency=medium * No-change rebuild for new pdl API. -- Matthias Klose Thu, 06 Mar 2014 11:13:58 +0100 libpdl-netcdf-perl (4.16-3build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Wed, 23 Oct 2013 15:50:00 +0100 libpdl-netcdf-perl (4.16-3) unstable; urgency=low * rebuild with fixed pdl -- Henning Glawe Thu, 31 May 2012 08:51:39 +0200 libpdl-netcdf-perl (4.16-2) unstable; urgency=low * fix pdl build-dep (epoch was missing) -- Henning Glawe Mon, 28 May 2012 15:06:51 +0200 libpdl-netcdf-perl (4.16-1) unstable; urgency=low * new upstream version * acknowledge NMUs * switch to packaging format "3.0 quilt" (closes: #670669) * include $Config{ccflags} in CCFLAGS (closes: #636753) * remove 010-OpenDAP-support patch, upstream now allows opening OpenDAP URLs if no mode is requested * build-depend on new pdl package including dh_pdl to setup pdl dependencies * use dpkg-buildflags to setup build flags * use dh_auto_configure to call Makefile.PL -- Henning Glawe Mon, 28 May 2012 10:05:36 +0200 libpdl-netcdf-perl (4.07-1.2) unstable; urgency=low * Non-maintainer upload. * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". * Update to Standards-Version to 3.9.3 and debhelper to 9. * Add build-arch and build-indep targets; use dh_prep in rules file. * Fix copyright-with-old-dh-make-debian-copyright (Lintian). -- Jari Aalto Fri, 27 Apr 2012 22:51:42 +0300 libpdl-netcdf-perl (4.07-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "broken build with perl 5.14: CCFLAGS should include $Config{ccflags}, but build does not fail": new patch 020-perl-5.14-ccflags.dpatch: add $Config{ccflags} to CCFLAGS (closes: #636753). -- gregor herrmann Sun, 16 Oct 2011 20:48:25 +0200 libpdl-netcdf-perl (4.07-1) unstable; urgency=low * new upstream version * include patch to support OpenDAP URLs (closes: #611346). * update standards version (no changes required) -- Henning Glawe Wed, 02 Feb 2011 11:46:59 +0100 libpdl-netcdf-perl (4.03-1) unstable; urgency=low * new upstream version * acknowledge NMU, thanks Gregor Herrmann (closes: #574217). * remove postinst/preinst script, documentation index updates are handled by dpkg triggers of PDL package now * update Standards-Version to 3.8.4 * add misc:Depends to dependency list (needed due to debhelper) -- Henning Glawe Fri, 07 May 2010 23:15:05 +0200 libpdl-netcdf-perl (4.02-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "package purge (after dependencies removal) fails": check for existence of used scripts in .postrm (closes: #574217). -- gregor herrmann Sat, 17 Apr 2010 14:54:00 +0200 libpdl-netcdf-perl (4.02-1) unstable; urgency=low * initial upload to debian (closes: #559476) * New upstream release * take over package for debian * register the documentation to pdldoc * recreate HTML docs on install, upgrade and uninstall * run test suite in verbose mode in separate debian/rules target * include dpatch in package build process, write appropriate README.source * update standards-version to 3.8.3 * bump debhelper build-dep * repair POD docs to make them available in pdldoc -- Henning Glawe Sun, 06 Dec 2009 17:19:02 +0100 libpdl-netcdf-perl (4.01-1) unstable; urgency=low * New upstream release * Adding watch * Fixing dependencies for lintian * Fixing license for lintian -- Heiko Klein Thu, 18 Jun 2009 11:08:06 +0200 libpdl-netcdf-perl (0.94-1) unstable; urgency=low * Initial Release. -- Heiko Klein Thu, 16 Apr 2009 11:49:16 +0200 debian/compat0000664000000000000000000000000211760624372010376 0ustar 9 debian/copyright0000664000000000000000000000126011760624372011132 0ustar This is the debian package for the PDL-NetCDF module. It was created by Heiko Klein . It was modified by Henning Glawe It was downloaded from http://search.cpan.org/dist/PDL-NetCDF/ Copyright (c) 1997-2009 Douglas Hunt. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See /usr/share/common-licenses/Artistic The upstream author is: Douglas Hunt (dhunt@ucar.edu). The Debian packaging is Copyright (C) 2009, Heiko Klein and (C) 2009, Henning Glawe and is licensed under the same terms as the software itself (see above). debian/rules0000775000000000000000000000477011760640113010257 0ustar #!/usr/bin/make -f # This debian/rules file is provided as a template for normal perl # packages. It was created by Marc Brockschmidt for # the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may # be used freely wherever it is useful. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # If set to a true value then MakeMaker's prompt function will # always return the default without waiting for user input. export PERL_MM_USE_DEFAULT=1 PACKAGE=$(shell dh_listpackages) ifndef PERL PERL = /usr/bin/perl endif TMP =$(CURDIR)/debian/$(PACKAGE) ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) export DEB_CFLAGS_MAINT_APPEND:=-Wall else export DEB_CFLAGS_MAINT_APPEND:=-Wall -ffunction-sections endif export DEB_LDFLAGS_MAINT_APPEND:=-Wl,--as-needed DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package dh_auto_configure touch configure-stamp build-arch: build build-indep: build build: build-stamp build-stamp: configure dh_testdir # As this is a architecture dependent package, we are not # supposed to install stuff to /usr/share. MakeMaker creates # the dirs, we prevent this by setting the INSTALLVENDORARCH # and VENDORARCHEXP environment variables. # Add commands to compile the package here $(MAKE) LD_RUN_PATH="" touch $@ test: test-stamp test-stamp: build-stamp dh_testdir -$(MAKE) TEST_VERBOSE=1 DISPLAY="" test touch test-stamp clean: dh_testdir dh_testroot dh_clean build-stamp configure-stamp install-stamp # Add commands to clean up after the build process here [ ! -f Makefile ] || $(MAKE) realclean install: install-stamp install-stamp: build-stamp test dh_testdir dh_testroot dh_prep # Add commands to install the package into debian/$PACKAGE_NAME here $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr touch $@ # Build architecture-independent files here. binary-indep: build install # We have nothing to do here for an architecture-dependent package # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installexamples dh_installdocs README dh_installchangelogs Changes dh_shlibdeps dh_strip dh_perl dh_pdl dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/control0000664000000000000000000000215311761612455010604 0ustar Source: libpdl-netcdf-perl Section: perl Priority: optional Build-Depends: libnetcdf-dev, pdl (>>1:2.4.11-3), perl, debhelper (>= 9), dpkg-dev (>= 1.16.1~) Maintainer: Henning Glawe Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/PDL-NetCDF/ Package: libpdl-netcdf-perl Architecture: any Depends: ${pdl:Depends}, ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends} Description: Netcdf-IO for PDL This is the PDL interface to the Unidata NetCDF library. It uses the netCDF version 3 library to make a subset of netCDF functionality available to PDL users in a clean, object-oriented interface. . Another NetCDF perl interface, which allows access to the entire range of netCDF functionality (but in a non-object-oriented style which uses perl arrays instead of PDLs) is available through Unidata at http://www.unidata.ucar.edu/packages/netcdf/index.html. . The NetCDF standard allows N-dimensional binary data to be efficiently stored, annotated and exchanged between many platforms. . When one creates a new netCDF object, this object is associated with one netCDF file. debian/watch0000664000000000000000000000026511760624273010234 0ustar # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 http://search.cpan.org/CPAN/authors/id/D/DH/DHUNT/PDL-NetCDF-([[:digit:]].*).tar.gz debian uupdate