Author: mkoch Date: 2007-11-29 20:02:34 +0000 (Thu, 29 Nov 2007) New Revision: 4905
Modified: trunk/jrexx/debian/ trunk/jrexx/debian/changelog trunk/jrexx/debian/compat trunk/jrexx/debian/control trunk/jrexx/debian/copyright trunk/jrexx/debian/watch Log: jrexx (1.1.1-2) unstable; urgency=low * Update watch file. Closes: #450333. * Moved debhelper and cdbs to Build-Depends. * Added Homepage tag to debian/control. * Fixed long description. * Fixed FSF address in debian/copyright. * Update to debhelper level 5. * Added myself to Uploaders. -- Michael Koch <[EMAIL PROTECTED]> Thu, 29 Nov 2007 21:05:54 +0100 Property changes on: trunk/jrexx/debian ___________________________________________________________________ Name: svn:ignore + files libjrexx-java stamp-* Modified: trunk/jrexx/debian/changelog =================================================================== --- trunk/jrexx/debian/changelog 2007-11-29 20:01:57 UTC (rev 4904) +++ trunk/jrexx/debian/changelog 2007-11-29 20:02:34 UTC (rev 4905) @@ -1,3 +1,15 @@ +jrexx (1.1.1-2) unstable; urgency=low + + * Update watch file. Closes: #450333. + * Moved debhelper and cdbs to Build-Depends. + * Added Homepage tag to debian/control. + * Fixed long description. + * Fixed FSF address in debian/copyright. + * Update to debhelper level 5. + * Added myself to Uploaders. + + -- Michael Koch <[EMAIL PROTECTED]> Thu, 29 Nov 2007 21:05:54 +0100 + jrexx (1.1.1-1) unstable; urgency=low * Initial Release (closes: #418681). Modified: trunk/jrexx/debian/compat =================================================================== --- trunk/jrexx/debian/compat 2007-11-29 20:01:57 UTC (rev 4904) +++ trunk/jrexx/debian/compat 2007-11-29 20:02:34 UTC (rev 4905) @@ -1 +1 @@ -4 +5 Modified: trunk/jrexx/debian/control =================================================================== --- trunk/jrexx/debian/control 2007-11-29 20:01:57 UTC (rev 4904) +++ trunk/jrexx/debian/control 2007-11-29 20:02:34 UTC (rev 4905) @@ -2,9 +2,11 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> -Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.2.30), java-gcj-compat-dev (>= 1.0.69-2), ant, cdbs +Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5), cdbs +Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.69-2), ant Standards-Version: 3.7.2 +Homepage: http://www.karneim.com/jrexx/ Package: libjrexx-java Section: libs @@ -19,10 +21,10 @@ . FEATURES . - * creation of deterministic regex automatons from pattern strings - * extremly fast pattern matching of input strings - * combination of automatons with set operations (unify, intersect, - substract, complement) - * introspection of the automaton's structure by states and transitions - * jrexx is implemented in 100% pure Java and runs on any plattform - providing a Java Runtime Environment (JRE) version 1.3.x or greater + * creation of deterministic regex automatons from pattern strings + * extremly fast pattern matching of input strings + * combination of automatons with set operations (unify, intersect, + substract, complement) + * introspection of the automaton's structure by states and transitions + * jrexx is implemented in 100% pure Java and runs on any platform + providing a Java Runtime Environment (JRE) version 1.3.x or greater Modified: trunk/jrexx/debian/copyright =================================================================== --- trunk/jrexx/debian/copyright 2007-11-29 20:01:57 UTC (rev 4904) +++ trunk/jrexx/debian/copyright 2007-11-29 20:02:34 UTC (rev 4905) @@ -18,7 +18,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. On Debian systems the full text of the Lesser General Public License, LGPL, can be found at /usr/share/common-licenses/LGPL. Modified: trunk/jrexx/debian/watch =================================================================== --- trunk/jrexx/debian/watch 2007-11-29 20:01:57 UTC (rev 4904) +++ trunk/jrexx/debian/watch 2007-11-29 20:02:34 UTC (rev 4905) @@ -1,7 +1,3 @@ -# watch control file for uscan -version=2 -# Options - -# Site Version Script +version=3 #opts=dversionmangle=s/\.dfsg\.\d+$// \ - http://heanet.dl.sourceforge.net/sourceforge/jrexx/jrexx-(.*)-src-zip debian uupdate + http://sf.net/jrexx/jrexx-(.*)-src.zip debian uupdate _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

