Author: nthykier-guest Date: 2009-07-23 10:36:30 +0000 (Thu, 23 Jul 2009) New Revision: 9383
Modified: trunk/jflex/debian/changelog trunk/jflex/debian/docs trunk/jflex/debian/rules Log: Corrected some paths Modified: trunk/jflex/debian/changelog =================================================================== --- trunk/jflex/debian/changelog 2009-07-23 10:24:09 UTC (rev 9382) +++ trunk/jflex/debian/changelog 2009-07-23 10:36:30 UTC (rev 9383) @@ -3,9 +3,10 @@ * New upstream (bug fix) release * Fixed dangling symlink in usr/share/ant/lib (Closes: #538063) * Bumped Standards-versions to 3.8.2 - no changes required. - * Bumped to debhelper version 7 - no changes required. + * Bumped to debhelper version 7. * Fixed spelling errors. * Corrected section to java. + * Corrected some paths in debian/rules and debian/docs. -- Niels Thykier <[email protected]> Thu, 23 Jul 2009 11:34:59 +0200 Modified: trunk/jflex/debian/docs =================================================================== --- trunk/jflex/debian/docs 2009-07-23 10:24:09 UTC (rev 9382) +++ trunk/jflex/debian/docs 2009-07-23 10:36:30 UTC (rev 9383) @@ -1,5 +1,5 @@ -jflex/doc/manual* -jflex/doc/*.png -jflex/doc/jflex_anttask.html -jflex/doc/logo.gif -jflex/examples +doc/manual* +doc/*.png +doc/jflex_anttask.html +doc/logo.gif +examples Modified: trunk/jflex/debian/rules =================================================================== --- trunk/jflex/debian/rules 2009-07-23 10:24:09 UTC (rev 9382) +++ trunk/jflex/debian/rules 2009-07-23 10:36:30 UTC (rev 9383) @@ -12,11 +12,11 @@ DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar junit -DEB_ANT_BUILDFILE := jflex/src/build.xml +DEB_ANT_BUILDFILE := src/build.xml DEB_ANT_BUILD_TARGET := jar DEB_ANT_CLEAN_TARGET := libclean jarclean install/jflex:: - install -m 644 jflex/lib/JFlex.jar debian/jflex/usr/share/java/JFlex-$(UPSTREAM_VERSION).jar + install -m 644 lib/JFlex.jar debian/jflex/usr/share/java/JFlex-$(UPSTREAM_VERSION).jar ln -s JFlex-$(UPSTREAM_VERSION).jar debian/jflex/usr/share/java/JFlex.jar - install -m755 jflex/bin/jflex debian/jflex/usr/bin/jflex + install -m 755 bin/jflex debian/jflex/usr/bin/jflex _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

