Author: varun Date: 2008-01-21 07:29:35 +0000 (Mon, 21 Jan 2008) New Revision: 5523
Added: trunk/javassist/debian/README.Debian-source Removed: trunk/javassist/debian/README.Debian Modified: trunk/javassist/debian/changelog trunk/javassist/debian/compat trunk/javassist/debian/control Log: * New upstream release * Bump Standards-Version to 3.7.3 * Bump up debhelper compat to 6 * Remove README.Debian and add README.Debian-source Deleted: trunk/javassist/debian/README.Debian =================================================================== --- trunk/javassist/debian/README.Debian 2008-01-21 07:13:52 UTC (rev 5522) +++ trunk/javassist/debian/README.Debian 2008-01-21 07:29:35 UTC (rev 5523) @@ -1,9 +0,0 @@ -javassist ---------- - -Source tarball: ---------------- - -I removed the jar file and generated javadoc from the original tarball. - - -- Arnaud Vandyck <[EMAIL PROTECTED]>, Sat, 14 Apr 2007 15:07:42 +0200 Added: trunk/javassist/debian/README.Debian-source =================================================================== --- trunk/javassist/debian/README.Debian-source (rev 0) +++ trunk/javassist/debian/README.Debian-source 2008-01-21 07:29:35 UTC (rev 5523) @@ -0,0 +1,13 @@ +javassist +========= + +The upstream supplied source package contains binary jar files and +pre-built documentation. Currently no clean source distribution +exists. Therefore, the upstream sources were modified to comply with +the Debian Free Software Guidelines. + +Use the rules/get-orig-source target to create the orig.tar.gz. +For more details on repackaging of upstream sources please see the +debian/orig-tar.sh file. + + -- Varun Hiremath <[EMAIL PROTECTED]>, Mon, 21 Jan 2008 12:46:23 +0530 Modified: trunk/javassist/debian/changelog =================================================================== --- trunk/javassist/debian/changelog 2008-01-21 07:13:52 UTC (rev 5522) +++ trunk/javassist/debian/changelog 2008-01-21 07:29:35 UTC (rev 5523) @@ -1,3 +1,12 @@ +javassist (3.7.GA-1) UNRELEASED; urgency=low + + * New upstream release + * Bump Standards-Version to 3.7.3 + * Bump up debhelper compat to 6 + * Remove README.Debian and add README.Debian-source + + -- Varun Hiremath <[EMAIL PROTECTED]> Mon, 21 Jan 2008 12:42:37 +0530 + javassist (3.6.GA-1) unstable; urgency=low [ Arnaud Vandyck ] Modified: trunk/javassist/debian/compat =================================================================== --- trunk/javassist/debian/compat 2008-01-21 07:13:52 UTC (rev 5522) +++ trunk/javassist/debian/compat 2008-01-21 07:29:35 UTC (rev 5523) @@ -1 +1 @@ -5 +6 Modified: trunk/javassist/debian/control =================================================================== --- trunk/javassist/debian/control 2008-01-21 07:13:52 UTC (rev 5522) +++ trunk/javassist/debian/control 2008-01-21 07:29:35 UTC (rev 5523) @@ -2,10 +2,10 @@ Section: contrib/libs Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> -Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Varun Hiremath <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), cdbs +Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Varun Hiremath <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 6), cdbs Build-Depends-Indep: ant, sun-java6-jdk -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Homepage: http://www.csg.is.titech.ac.jp/~chiba/javassist/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/javassist Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/javassist _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

