Author: nomadium-guest Date: 2010-10-24 23:14:37 +0000 (Sun, 24 Oct 2010) New Revision: 13034
Added: trunk/librepository/debian/source/ trunk/librepository/debian/source/format Modified: trunk/librepository/debian/changelog trunk/librepository/debian/control trunk/librepository/debian/rules Log: * Include javadoc files in librepository-java-doc. (Closes: #601216). * Bump Standards-Version to 3.9.1. No changes were required. * Set debian source format explicitly to 1.0. Modified: trunk/librepository/debian/changelog =================================================================== --- trunk/librepository/debian/changelog 2010-10-24 22:02:14 UTC (rev 13033) +++ trunk/librepository/debian/changelog 2010-10-24 23:14:37 UTC (rev 13034) @@ -1,3 +1,12 @@ +librepository (0.1.4-5) UNRELEASED; urgency=low + + * Team upload. + * Include javadoc files in librepository-java-doc. (Closes: #601216). + * Bump Standards-Version to 3.9.1. No changes were required. + * Set debian source format explicitly to 1.0. + + -- Miguel Landaeta <[email protected]> Sun, 24 Oct 2010 17:38:27 -0430 + librepository (0.1.4-4) unstable; urgency=low [ Matthias Klose ] Modified: trunk/librepository/debian/control =================================================================== --- trunk/librepository/debian/control 2010-10-24 22:02:14 UTC (rev 13033) +++ trunk/librepository/debian/control 2010-10-24 23:14:37 UTC (rev 13034) @@ -4,7 +4,7 @@ Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Rene Engelhard <[email protected]>, Michael Koch <[email protected]>, Torsten Werner <[email protected]> Build-Depends: debhelper (>= 5), cdbs, default-jdk-builddep, ant, libjcommon-java (>= 1.0.10) -Standards-Version: 3.8.2 +Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/librepository Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/librepository/ Modified: trunk/librepository/debian/rules =================================================================== --- trunk/librepository/debian/rules 2010-10-24 22:02:14 UTC (rev 13033) +++ trunk/librepository/debian/rules 2010-10-24 23:14:37 UTC (rev 13034) @@ -26,3 +26,6 @@ install/librepository-java-gcj:: install/librepository-java dh_nativejava -plibrepository-java-gcj +install/librepository-java-doc:: + dh_install -plibrepository-java-doc 'javadoc/*' usr/share/doc/librepository-java/api + Added: trunk/librepository/debian/source/format =================================================================== --- trunk/librepository/debian/source/format (rev 0) +++ trunk/librepository/debian/source/format 2010-10-24 23:14:37 UTC (rev 13034) @@ -0,0 +1 @@ +1.0 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

