Author: osallou Date: 2012-03-26 21:36:37 +0000 (Mon, 26 Mar 2012) New Revision: 10103
Modified: trunk/packages/f2j/trunk/debian/changelog trunk/packages/f2j/trunk/debian/control trunk/packages/f2j/trunk/debian/rules Log: remove doc generation, set to unstable for upload Modified: trunk/packages/f2j/trunk/debian/changelog =================================================================== --- trunk/packages/f2j/trunk/debian/changelog 2012-03-26 19:30:56 UTC (rev 10102) +++ trunk/packages/f2j/trunk/debian/changelog 2012-03-26 21:36:37 UTC (rev 10103) @@ -1,7 +1,7 @@ -f2j (0.8.1-1) UNRELEASED; urgency=low +f2j (0.8.1-1) unstable; urgency=low + [ Olivier Sallou ] * Initial release (Closes: #657184) - PENDING UPLOAD: waiting validation with mtj package [ Thorsten Alteholz ] * debian/rules: target get-orig-source added Modified: trunk/packages/f2j/trunk/debian/control =================================================================== --- trunk/packages/f2j/trunk/debian/control 2012-03-26 19:30:56 UTC (rev 10102) +++ trunk/packages/f2j/trunk/debian/control 2012-03-26 21:36:37 UTC (rev 10103) @@ -4,8 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Olivier Sallou <[email protected]>, DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 8), default-jdk, bison, javahelper, - texlive-latex-base, texlive-latex-extra, texlive-fonts-recommended +Build-Depends: debhelper (>= 8), default-jdk, bison, javahelper Standards-Version: 3.9.2 Homepage: http://sourceforge.net/projects/f2j/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/f2j/trunk/ Modified: trunk/packages/f2j/trunk/debian/rules =================================================================== --- trunk/packages/f2j/trunk/debian/rules 2012-03-26 19:30:56 UTC (rev 10102) +++ trunk/packages/f2j/trunk/debian/rules 2012-03-26 21:36:37 UTC (rev 10103) @@ -15,11 +15,9 @@ override_dh_auto_build: dh_auto_build - cd doc; make override_dh_clean: dh_clean - cd doc; make clean get-orig-source: mkdir -p ../tarballs _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
