Author: nthykier Date: 2011-08-03 15:40:57 +0000 (Wed, 03 Aug 2011) New Revision: 13917
Modified: trunk/asm3/debian/changelog trunk/asm3/debian/compat trunk/asm3/debian/control trunk/asm3/debian/copyright trunk/asm3/debian/rules Log: Imported Paul Tagliamonte changes. Modified: trunk/asm3/debian/changelog =================================================================== --- trunk/asm3/debian/changelog 2011-08-03 13:06:24 UTC (rev 13916) +++ trunk/asm3/debian/changelog 2011-08-03 15:40:57 UTC (rev 13917) @@ -1,3 +1,17 @@ +asm3 (3.3.1-1) unstable; urgency=low + + [ Paul Tagliamonte ] + * Team upload. + * Bumped Standards-Version to 3.9.2, no changes required. + * Changed debian/copyright to use DEP5, this should get rid of + the two existing lintian warnings about copyright. + + [ Niels Thykier ] + * Bumped debhelper compat to 7. + * Updated clean target to clean up after the maven helpers. + + -- Paul Tagliamonte <[email protected]> Wed, 03 Aug 2011 15:07:14 +0000 + asm3 (3.2-4) unstable; urgency=low * Removed Barry Hawkins from Uploaders; Thanks for your work Modified: trunk/asm3/debian/compat =================================================================== --- trunk/asm3/debian/compat 2011-08-03 13:06:24 UTC (rev 13916) +++ trunk/asm3/debian/compat 2011-08-03 15:40:57 UTC (rev 13917) @@ -1 +1 @@ -5 +7 Modified: trunk/asm3/debian/control =================================================================== --- trunk/asm3/debian/control 2011-08-03 13:06:24 UTC (rev 13916) +++ trunk/asm3/debian/control 2011-08-03 15:40:57 UTC (rev 13917) @@ -6,7 +6,7 @@ Niels Thykier <[email protected]> Build-Depends: debhelper (>= 7), cdbs, default-jdk Build-Depends-Indep: maven-repo-helper, ant (>= 1.6.5), libow-util-ant-tasks-java (>= 1.3-2), javahelper -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/asm3 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/asm3 Homepage: http://asm.objectweb.org/ Modified: trunk/asm3/debian/copyright =================================================================== --- trunk/asm3/debian/copyright 2011-08-03 13:06:24 UTC (rev 13916) +++ trunk/asm3/debian/copyright 2011-08-03 15:40:57 UTC (rev 13917) @@ -1,28 +1,57 @@ -This package was debianized by Marcus Crafter <[email protected]> on -Fri, 27 Aug 2004 19:08:25 +0200. +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: asm +Source: http://download.forge.objectweb.org/asm/ -It was downloaded from http://asm.objectweb.org/ +Files: * +Copyright: 2004-2008 Eric Bruneton, Eugene Kuleshov +License: BSD + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. -Upstream Authors: Eric Bruneton, Eugene Kuleshov - -Copyright: (c) 2004-2008 Eric Bruneton, Eugene Kuleshov - -License: - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - 3. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -ASM is licensed under the BSD license, a full copy of which is available -in /usr/share/common-licenses/BSD +Files: debian/* +Copyright: Copyright (c) 2004-2011 Debian Java Maintainers <[email protected]> +License: BSD + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. Modified: trunk/asm3/debian/rules =================================================================== --- trunk/asm3/debian/rules 2011-08-03 13:06:24 UTC (rev 13916) +++ trunk/asm3/debian/rules 2011-08-03 15:40:57 UTC (rev 13917) @@ -51,5 +51,5 @@ dh_install -plib$(PACKAGE)-java-doc output/dist/examples usr/share/doc/libasm3-java-doc clean:: - -rm -rf debian/tmp + mh_clean _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

