Author: sonne Date: 2010-04-23 20:45:55 +0000 (Fri, 23 Apr 2010) New Revision: 12195
Added: trunk/weka/debian/source/ trunk/weka/debian/source/format Removed: trunk/weka/debian/README.source Modified: trunk/weka/debian/changelog trunk/weka/debian/control trunk/weka/debian/rules trunk/weka/debian/watch Log: * Bump Standards-Version to 3.8.4 (no changes required). * Switch to dpkg-source 3.0 (quilt) format. * Track only stable releases in watch file. Deleted: trunk/weka/debian/README.source =================================================================== --- trunk/weka/debian/README.source 2010-04-23 11:40:48 UTC (rev 12194) +++ trunk/weka/debian/README.source 2010-04-23 20:45:55 UTC (rev 12195) @@ -1,47 +0,0 @@ -This package uses quilt to manage all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. - -To get the fully patched source after unpacking the source package, cd to -the root level of the source package and run: - - quilt push -a - -The last patch listed in debian/patches/series will become the current -patch. - -To add a new set of changes, first run quilt push -a, and then run: - - quilt new <patch> - -where <patch> is a descriptive name for the patch, used as the filename in -debian/patches. Then, for every file that will be modified by this patch, -run: - - quilt add <file> - -before editing those files. You must tell quilt with quilt add what files -will be part of the patch before making changes or quilt will not work -properly. After editing the files, run: - - quilt refresh - -to save the results as a patch. - -Alternately, if you already have an external patch and you just want to -add it to the build system, run quilt push -a and then: - - quilt import -P <patch> /path/to/patch - quilt push -a - -(add -p 0 to quilt import if needed). <patch> as above is the filename to -use in debian/patches. The last quilt push -a will apply the patch to -make sure it works properly. - -To remove an existing patch from the list of patches that will be applied, -run: - - quilt delete <patch> - -You may need to run quilt pop -a to unapply patches first before running -this command. Modified: trunk/weka/debian/changelog =================================================================== --- trunk/weka/debian/changelog 2010-04-23 11:40:48 UTC (rev 12194) +++ trunk/weka/debian/changelog 2010-04-23 20:45:55 UTC (rev 12195) @@ -1,9 +1,10 @@ weka (3.6.0-3) unstable; urgency=low - * Update Standards-Version to 3.8.3 - - add README.source + * Bump Standards-Version to 3.8.4 (no changes required). + * Switch to dpkg-source 3.0 (quilt) format. + * Track only stable releases in watch file. - -- Soeren Sonnenburg <[email protected]> Sun, 27 Sep 2009 10:00:16 +0200 + -- Soeren Sonnenburg <[email protected]> Fri, 23 Apr 2010 22:33:11 +0200 weka (3.6.0-2) unstable; urgency=low Modified: trunk/weka/debian/control =================================================================== --- trunk/weka/debian/control 2010-04-23 11:40:48 UTC (rev 12194) +++ trunk/weka/debian/control 2010-04-23 20:45:55 UTC (rev 12195) @@ -4,9 +4,9 @@ Uploaders: Soeren Sonnenburg <[email protected]>, Torsten Werner <[email protected]> Build-Depends: cdbs, debhelper (>= 5), openjdk-6-jdk, ant, - texlive-latex-base, texlive-latex-extra, ghostscript, quilt, + texlive-latex-base, texlive-latex-extra, ghostscript, jflex, cup (>=0.11a+20060608) -Standards-Version: 3.8.2 +Standards-Version: 3.8.4 Section: science Homepage: http://www.cs.waikato.ac.nz/~ml/weka/ Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/weka Modified: trunk/weka/debian/rules =================================================================== --- trunk/weka/debian/rules 2010-04-23 11:40:48 UTC (rev 12194) +++ trunk/weka/debian/rules 2010-04-23 20:45:55 UTC (rev 12195) @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk DEB_COMPRESS_EXCLUDE := .pdf JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk Added: trunk/weka/debian/source/format =================================================================== --- trunk/weka/debian/source/format (rev 0) +++ trunk/weka/debian/source/format 2010-04-23 20:45:55 UTC (rev 12195) @@ -0,0 +1 @@ +3.0 (quilt) Modified: trunk/weka/debian/watch =================================================================== --- trunk/weka/debian/watch 2010-04-23 11:40:48 UTC (rev 12194) +++ trunk/weka/debian/watch 2010-04-23 20:45:55 UTC (rev 12195) @@ -1,4 +1,4 @@ version=3 opts="dversionmangle=s/\+tut\d//,uversionmangle=s/-/./g" \ -http://sf.net/weka/weka-(.*).zip \ +http://sf.net/weka/weka-([\d]+-[02468]-[\d]+).zip \ debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

