Author: twerner Date: 2011-08-24 20:26:00 +0000 (Wed, 24 Aug 2011) New Revision: 14452
Added: trunk/maven-shade-plugin/debian/source/ trunk/maven-shade-plugin/debian/source/format Modified: trunk/maven-shade-plugin/debian/changelog trunk/maven-shade-plugin/debian/compat trunk/maven-shade-plugin/debian/control trunk/maven-shade-plugin/debian/rules Log: * Team upload. * Switch to source format 3.0. * Switch to debhelper level 7. * Update Standards-Version: 3.9.1. Modified: trunk/maven-shade-plugin/debian/changelog =================================================================== --- trunk/maven-shade-plugin/debian/changelog 2011-08-24 20:20:54 UTC (rev 14451) +++ trunk/maven-shade-plugin/debian/changelog 2011-08-24 20:26:00 UTC (rev 14452) @@ -1,3 +1,12 @@ +maven-shade-plugin (1.2.1-3) unstable; urgency=low + + * Team upload. + * Switch to source format 3.0. + * Switch to debhelper level 7. + * Update Standards-Version: 3.9.1. + + -- Torsten Werner <[email protected]> Wed, 24 Aug 2011 22:22:31 +0200 + maven-shade-plugin (1.2.1-2) unstable; urgency=low * Upload with cleaned orig tarball. Modified: trunk/maven-shade-plugin/debian/compat =================================================================== --- trunk/maven-shade-plugin/debian/compat 2011-08-24 20:20:54 UTC (rev 14451) +++ trunk/maven-shade-plugin/debian/compat 2011-08-24 20:26:00 UTC (rev 14452) @@ -1 +1 @@ -6 +7 Modified: trunk/maven-shade-plugin/debian/control =================================================================== --- trunk/maven-shade-plugin/debian/control 2011-08-24 20:20:54 UTC (rev 14451) +++ trunk/maven-shade-plugin/debian/control 2011-08-24 20:26:00 UTC (rev 14452) @@ -3,13 +3,13 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: default-jdk, debhelper (>= 6), cdbs, quilt +Build-Depends: default-jdk, debhelper (>= 7), cdbs Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional, junit, libmaven-plugin-tools-java, libplexus-velocity-java, velocity, libplexus-component-metadata-java (>= 1.0~beta3.0.7), libmaven2-core-java, libplexus-container-default-java, libplexus-utils-java, libasm3-java, libjdom1-java, libmaven-dependency-tree-java -Standards-Version: 3.8.1 +Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-shade-plugin Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-shade-plugin/ Homepage: http://maven.apache.org/plugins/maven-shade-plugin/ Modified: trunk/maven-shade-plugin/debian/rules =================================================================== --- trunk/maven-shade-plugin/debian/rules 2011-08-24 20:20:54 UTC (rev 14451) +++ trunk/maven-shade-plugin/debian/rules 2011-08-24 20:26:00 UTC (rev 14452) @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) Added: trunk/maven-shade-plugin/debian/source/format =================================================================== --- trunk/maven-shade-plugin/debian/source/format (rev 0) +++ trunk/maven-shade-plugin/debian/source/format 2011-08-24 20:26:00 UTC (rev 14452) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

