debian/0000755000000000000000000000000012137457020007167 5ustar debian/copyright0000644000000000000000000000206212137457020011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-BitMask Upstream-Contact: Toby Ovod-Everett, toby@ovod-everett.org Source: http://search.cpan.org/dist/Data-BitMask/ Files: * Copyright: 2003-2004, Toby Ovod-Everett, toby@ovod-everett.org License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Dominique Dumont 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/watch0000644000000000000000000000016512137457020010222 0ustar version=3 http://search.cpan.org/dist/Data-BitMask/ .*/Data-BitMask-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000024312137457020011040 0ustar libdata-bitmask-perl (0.91-1) unstable; urgency=low * Initial Release (Closes: #706277) -- Dominique Dumont Mon, 29 Apr 2013 13:45:10 +0200 debian/compat0000644000000000000000000000000212137457020010365 0ustar 8 debian/patches/0000755000000000000000000000000012137457020010616 5ustar debian/patches/series0000644000000000000000000000001512137457020012027 0ustar fix-spelling debian/patches/fix-spelling0000644000000000000000000000130112137457020013135 0ustar Description: Fix spelling Author: dod --- a/lib/Data/BitMask.pm +++ b/lib/Data/BitMask.pm @@ -132,7 +132,7 @@ Creates a new bitmask manipulator. Pass a list of constant and value pairs. The constants do not have to be disjoint, but order does matter. When executing C or C, constants that are earlier in the list take -precendence over those later in the list. Constant names are not allowed to +precedence over those later in the list. Constant names are not allowed to have space or pipes in them, and constant values have to be integers. Constant names are case insensitive but preserving. @@ -530,4 +530,4 @@ =cut -1; \ No newline at end of file +1; debian/libdata-bitmask-perl.docs0000644000000000000000000000000712137457020014026 0ustar README debian/source/0000755000000000000000000000000012137457020010467 5ustar debian/source/format0000644000000000000000000000001412137457020011675 0ustar 3.0 (quilt) debian/control0000644000000000000000000000206112137457020010571 0ustar Source: libdata-bitmask-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-bitmask-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-bitmask-perl.git Homepage: http://search.cpan.org/dist/Data-BitMask/ Package: libdata-bitmask-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: bitmask manipulation class Data::BitMask is a Perl module to create bitmask manipulator objects that can be used to create bitmask values based on a list of constants, as well as to break apart masks using those constants. The advantages are that you don't have to pollute namespaces to use constants, you can ensure that only appropriate constants are used for specific masks, you can easily break apart and explain masks, and in general it is much easier for the user to interact with masks. debian/rules0000755000000000000000000000003612137457020010246 0ustar #!/usr/bin/make -f %: dh $@