debian/0000755000000000000000000000000012220434125007161 5ustar debian/changelog0000644000000000000000000000147712220424547011053 0ustar libfile-extattr-perl (1.09-4) unstable; urgency=low * inadvertently built the previous version against stable instead of sid (closes: #724508) -- Alexander Zangerl Wed, 25 Sep 2013 10:07:57 +1000 libfile-extattr-perl (1.09-3) unstable; urgency=low * updated long description to include module name * updated control to exclude architecture hurd, which doesn't have extended attributes (yet) -- Alexander Zangerl Tue, 24 Sep 2013 12:20:34 +1000 libfile-extattr-perl (1.09-2) unstable; urgency=low * changed to 3.0 quilt source format -- Alexander Zangerl Sun, 15 Sep 2013 23:01:40 +1000 libfile-extattr-perl (1.09-1) unstable; urgency=low * Initial release (closes: #453323) -- Alexander Zangerl Sat, 14 Sep 2013 13:20:36 +1000 debian/watch0000644000000000000000000000016312214753054010222 0ustar version=3 http://search.cpan.org/dist/File-ExtAttr/ .*/File-ExtAttr-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000112212220177120010557 0ustar Source: libfile-extattr-perl Section: perl Priority: optional Maintainer: Alexander Zangerl Build-Depends: debhelper (>= 8.0.0), perl, libattr1-dev, attr, dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.4 Package: libfile-extattr-perl Architecture: linux-any kfreebsd-any Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libattr1 Homepage: http://search.cpan.org/dist/File-ExtAttr/ Description: Perl interface to file system extended attributes File::ExtAttr provides access to file system extended attributes, as described in attr(5), setfattr(1) and getfattr(1). debian/source/0000755000000000000000000000000012214756752010501 5ustar debian/source/format0000644000000000000000000000001412215327703011676 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000143112214752262011123 0ustar This package was debianized by Alexander Zangerl . It was downloaded from http://search.cpan.org/dist/File-ExtAttr/ Upstream Author: Richard Dawe Copyright: "Copyright (C) 2005 by Kevin M. Goess Copyright (C) 2005, 2006, 2007, 2008 by Richard Dawe This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available." Perl is distributed under your choice of the GNU General Public License or the Artistic License. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. debian/compat0000644000000000000000000000000212214762706010373 0ustar 8 debian/patches/0000755000000000000000000000000012220425004010604 5ustar debian/patches/series0000644000000000000000000000000012220431614012013 0ustar debian/rules0000755000000000000000000000274612220434120010245 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # makemaker is somewhat hard to convince about extra cflags or ldflags :-/ XCF = $(shell perl -MConfig -e 'print $$Config{ccflags}' ) $(shell dpkg-buildflags --get CFLAGS ) $(shell dpkg-buildflags --get CPPFLAGS ) XLF = -s $(shell perl -MConfig -e 'print $$Config{lddlflags}' ) $(shell dpkg-buildflags --get LDFLAGS ) configure: Makefile Makefile: Makefile.PL dh_testdir perl Makefile.PL INSTALLDIRS=vendor CCFLAGS="$(XCF)" LDDLFLAGS="$(XLF)" build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure dh_testdir $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean rm -f Makefile Makefile.old dh_clean # Build architecture-independent files here. binary-indep: build # Build architecture-dependent files here. binary-arch: build dh_testdir dh_testroot dh_clean dh_installdirs # test suite requires the current file system to have ext attrs available # and enabled setfattr -n user.foo -v bar MYMETA.yml 2>/dev/null && $(MAKE) test || true $(MAKE) install DESTDIR=$(CURDIR)/debian/libfile-extattr-perl/ dh_install dh_shlibdeps dh_installdocs -n dh_installexamples dh_installchangelogs dh_compress dh_fixperms dh_installdeb dh_perl dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary configure debian/libfile-extattr-perl.docs0000644000000000000000000000001712214751737014106 0ustar README TODO