quilt (0.46-4) unstable; urgency=low * Really remove the depend on gawk, sorry (only build-depend was changed) * Reindent quilt.make to remove spurious output. * Thanks to Marco d'Itri for spotting these ones. -- Martin Quinson Tue, 07 Aug 2007 19:58:03 +0200 quilt (0.46-3) unstable; urgency=low * Depend on awk and not gawk (add patch generic-awk for this to work). Thanks to Wolfram Sang -- Closes #431926. * Modify patch doc_improvement to fix a typo in manpage: s/QUILT_NO_DIFF_TIMESTAMP/QUILT_NO_DIFF_TIMESTAMPS/ Thanks to Sukant Hajra -- Closes: #422000. * Modify patch doc_improvement to fix a typo in main documentation: s/ouput/output/ Thanks to Cyril Brulebois. * Add a link /usr/sbin/sendmail -> /usr/share/quilt/compat/sendmail since /usr/sbin is not supposed to be in users' path Thanks to Mark Brown -- Closes: #410890. * Add a call to create_db in snapshot command so that it works on freshly untarred quiltified projects. Thanks to Cyril Brulebois -- Closes: #403399. * Really get rid of debug messages in the generated man page (I hope). it didn't came from the debian/rules and neither from the package Makefile, but from the makefile I use to rebuild the package here. Closes: #402114. -- Martin Quinson Sun, 05 Aug 2007 14:36:21 +0200 quilt (0.46-2) unstable; urgency=low * Integrate the changes to the quilt package from Simon Horman. Add Simon to the uploaders list. Changes to the different patches: [arch_all] (modified) - stop exporting QUILT_LIB in bin/quilt since there is no lib after the arch_all modification - remove the backup-files.c since we don't use it anymore [mail-signature] (new) new option --signature to the mail command to specify which signature file to use (defaults to ~/.signature) [no-signature-test] (new) forbid the use of a .signature file in the tests (using the feature of previous patch) to not fail when a ~/.signature is present [mail-from-locale] (new) Force locale to C when generating date for From header * [debian/quilt.make]: various fixes - Do not indent internal comments or make will display them, and likewise for debian/patchsys-quilt.mk. (Closes: #418680) By Peter Eisentraut. - Add ".PHONY: patch unpatch" as it should be. (Closes: #405558) By Steinar H. Gunderson. - Place emacs mode on the first line. (Closes: #406249) By Marco Túlio Gontijo e Silva. * [debian/patchsys-quilt.mk] use $(CURDIR) instead of $(shell pwd) By Loïc Minier. (Closes: #406183) * [patches/doc_improvements] catch punctuation typos. (Closes: #402120) By Bastian Kleineidam. * [patches/makefile_gliches] Yet another try to remove debuging output form the makefile. By Bastian Kleineidam. (Closes: #402114) * Suggest the graphviz package since the graph command use it (at least the 'dot' command of graphviz). (Closes: #407469). * Change Build-deps into Build-dep-indep since we're now arch:all -- Martin Quinson Fri, 20 Apr 2007 13:31:29 +0200 quilt (0.46-1) unstable; urgency=low * New upstream release -- Martin Quinson Thu, 19 Apr 2007 14:40:45 +0200 quilt (0.45-6) unstable; urgency=low * [debian/patches/override_mail_sender_in_testsuite] Fix the patch to catch all occurences of 'quilt mail' since each of them will cause a FTBFS on misconfigured hosts (thanks to Goswin Brederlow). (Closes: #397285, #395482, #393985) I hope, at least. * [debian/patches/doc_improvement] Fix some more typos in the manpages (Closes: #386548, #395447) * [debian/control] Add procmail to suggest list to help users locating the 'formail' tool. (Closes: #396093) -- Martin Quinson Thu, 23 Nov 2006 16:17:11 +0100 quilt (0.45-5) unstable; urgency=low * [debian/patches/override_mail_sender_in_testsuite] override the mail sender in the testsuite so that it works even on misconfigured chroots used to compile etch over and over (Closes: #393985). -- Martin Quinson Thu, 19 Oct 2006 21:19:45 +0200 quilt (0.45-4) unstable; urgency=low * [debian/control] Typo in package description (Closes: #386549): "basic support those" -> "basic support for those" * [debian/patches/doc_improvement] Typo in man page (Closes: #386549): invoqued -> invoked * [debian/patches/makefile_glitches] Remove buildd messages from the manpage (Closes: #381125) -- Martin Quinson Sun, 1 Oct 2006 22:31:29 +0200 quilt (0.45-3) unstable; urgency=low * Don't even try to build the package when /proc is not mounted since the checks will fail after a long moment. #380598 is thus closed twice: once upstream with the changes from 0.45-2 and in debian now. Note that if nocheck is added to DEB_BUILD_OPTIONS, the package will be built since there will be no test to fail. The only pb is that I can't remember of how to add this option with dpkg-buildpackage ;) -- Martin Quinson Mon, 31 Jul 2006 18:24:58 +0200 quilt (0.45-2) unstable; urgency=low * New patch: patch-wrapper_do_depend_on_proc: Let patch-wrapper die with an informative message when /proc is not mounted (Closes: #380598) -- Martin Quinson Mon, 31 Jul 2006 13:23:12 +0200 quilt (0.45-1) unstable; urgency=low * New upstream release. - Various bug fixes and little improvements such as: - quilt/edit.in: Fix for working in subdirectories. Closes: #366964. - Update all patches * Acknoledge the NMU. Thanks Vorlon. Closes: #364834. * Move cdbs & debhelper from Build-Depends-Indep to Build-Depends since it is what I understand from the Right Thing to do. * Pass --quiltrc /dev/null to quilt in /usr/share/quilt/quilt.make for those who don't use cdbs but still don't want to FTBFTS because of personal settings in ~/.quiltrc. Closes: #370041. * use debian/stamp-patched as stamp file in /usr/share/quilt/quilt.make, and don't add debian/ artificially to the touch & rm commands. Hopefully Closes: #367078. -- Martin Quinson Fri, 16 Jun 2006 11:34:08 +0200 quilt (0.44-6.1) unstable; urgency=low * Non-maintainer upload with permission of the maintainer. * Fix handling of recursive directory removal in the backup-files shell script to account for path elements being symlinks instead of directories. Closes: #364834. -- Steve Langasek Fri, 26 May 2006 00:35:14 -0700 quilt (0.44-6) unstable; urgency=low * Split the debian patch in several ones. Use quilt *when available* to deal with it. pbuilds well here. Let's see what the buildd think of it. * Avoid infinite loops in backup-files when patching inexistant files. Thanks to Dan for reporting and sorting the problem out. (Closes: #366424). * New patch: test_broken_patches: Adds test/file-not-found.test pushing a patch touching a inexistant file (yeah, that's the previous bug) -- Martin Quinson Tue, 9 May 2006 08:55:02 +0200 quilt (0.44-5) unstable; urgency=low * add '--quiltrc /dev/null' to quilt invocations in patchsys-quilt.mk. (Closes: #362054) * Make backup-files a shell script instead of a binary, so we can make quilt arch: all [Steve Langasek, thanks so much] (Closes: #363659) * Do run "make check" when building the package. -- Martin Quinson Wed, 12 Apr 2006 02:23:27 +0200 quilt (0.44-4) unstable; urgency=low * Build-depend on diffstat so that diffstat support gets compiled in (Closes: #361191). * Register quilt documentation with doc-base [Nicolas François] (Closes: #344793). * Ship sample quilt.quiltrc along with the documentation (Closes: #356249). -- Martin Quinson Fri, 7 Apr 2006 22:52:23 +0200 quilt (0.44-3) unstable; urgency=low * Make sure that quilt returns 2 when there is nothing to do so that patchsys-quilt.mk works again. Upstream regression since 0.33. (Closes: #358792). * Make sure that quilt fails when trying to push a non existant patch (ie if there is a typo in the serie file) unless -f is provided. (Closes: #358875). * Let /etc/mailname override the hostname in the mail command (Closes: #356348). -- Martin Quinson Wed, 22 Mar 2006 16:14:51 +0100 quilt (0.44-2) unstable; urgency=low * Re-upload as non-native package (stupid me). -- Martin Quinson Wed, 22 Mar 2006 09:40:41 +0100 quilt (0.44-1) unstable; urgency=low * New upstream release (tons of bug fixes, no new major feature). - bin/guards.in: s/ocnfiguration/configuration/ (Closes: #341518) - doc/quilt.1.in: Document common options to all commands (Closes: #334408) * Remove spurious ccache suggests (Closes: #354547). * Rewrite the package description (Closes: #347499). * Let the manpage make clearer that literal QUILT_COMMAND_ARGS is not read (Closes: #354997) * Let the manpage give the exact path to the pdf documentation (Closes: #352324) -- Martin Quinson Tue, 21 Mar 2006 21:29:06 +0100 quilt (0.42-2) unstable; urgency=low * Add a missing semi-colon in quilt.debbuild.mk (Closes: #343893) -- Martin Quinson Fri, 30 Dec 2005 23:43:06 +0100 quilt (0.42-1) unstable; urgency=low * New upstream release. - New commands: annotate: to see which patch modify which line of a file header: to print or change the patch header rename: to rename patches - New options: {diff,refresh} --no-index: suppress Index: lines in patch delete -n: delete the next patch after topmost --version: print the program version - Rework the german translation (Closes: #313827). * [Makefile.in]: in Debian, the docdir is /usr/share/doc/quilt, without the version number. (Closes: #321155) * Use the full path to /usr/sbin/sendmail (Closes: #318924) * Add text and html versions of the pdf documentation (Closes: #320294) Build-dep on hevea and lynx to get it working. Damn, that's huge deps -- Martin Quinson Wed, 29 Jun 2005 18:52:42 +0200 quilt (0.40-6) unstable; urgency=low [patchsys-quilt.mk] * Don't call update-config after reverting patches. (Closes: #299010) -- Martin Quinson Wed, 29 Jun 2005 18:52:42 +0200 quilt (0.40-5) unstable; urgency=low [Packaging] * Do not automatically generate debian/control.in since it is now forbidden by policy. [quilt.debbuild.mk] * also cleanup arch cruft from debian dirs (patch stolen from cdbs) * Pass the -nd flag to wget when fetching upstream source to avoid by all means creating a dirctory structure. -- Martin Quinson Wed, 29 Jun 2005 10:36:57 +0200 quilt (0.40-4) unstable; urgency=low * Do depend on patchutils only when using cdbs (dependency moved from control.in to patchsys-quilt.mk) * quilt.debuild.mk: Also cleanup svn stuff from debian dirs -- Martin Quinson Sun, 22 May 2005 11:23:27 +0200 quilt (0.40-3) unstable; urgency=low * Depend on patchutils (>= 0.2.25) since we use lsdiff -H to fix #295913 -- Martin Quinson Fri, 13 May 2005 18:43:23 +0200 quilt (0.40-2) unstable; urgency=low * Add /usr/share/quilt/quilt.debbuild.mk to ease the build from the cvs of debian packages using quilt. Read its header for documentation. -- Martin Quinson Thu, 12 May 2005 23:02:13 +0200 quilt (0.40-1) unstable; urgency=low * New upstream version * Add /usr/share/quilt/quilt.make for the ones not using CDBS. The "patch" and "unpatch" targets are implemented. -- Martin Quinson Wed, 11 May 2005 15:51:51 +0200 quilt (0.39-3) unstable; urgency=low * Add a word in the man page about how to display compressed pdf files since this non-bug got reported twice now (Closes: #304848). -- Martin Quinson Tue, 26 Apr 2005 16:02:16 +0200 quilt (0.39-2) unstable; urgency=low * Pass -p $opt_strip_level option to diffstat in refresh command. (Closes: #298785) * fixes from upstream cvs: - Add a missing "exit 1" to quilt/fold.in when no patches are applied. - typo in graph help message. -- Martin Quinson Wed, 23 Mar 2005 11:10:07 +0100 quilt (0.39-1) unstable; urgency=low * New upstream release. 0.38 were mostly bugfixes, and those bugs were also reported against debian package, so I had to steal most of the cvs content already. 0.39 is also mainly bugfixes. There is a new "mail" command I didn't test yet. ;) * Refuse to add symlinks into patches since we fail to backup them properly. (Closes: #294424). Will be in 0.40 ;) * Take care of the lost souls patching their config.* files. Cdbs updates them automatically. Thanks to Robert Millan for detecting the issue (in cdbs) and proposing a fix (in quilt). (Closes: #295913). This implies a versionned depend on cdbs (>=0.4.27-1) for using packages, since part of the fix is in there. quilt itself suggests this version. -- Martin Quinson Thu, 24 Feb 2005 13:51:10 +0100 quilt (0.37-5) unstable; urgency=low * Let cdbs track the build-dep automatically. * Make sure people letting cdbs tracking the builddeps for them will get the one on quilt when using the quilt patchsys. Fix upstream bugs: * Strip out the letters from the bash version before [numerical] comparison (Closes: #288839) * Make sure directories are completed with the trailing '/' (for further completion) where quilt expects a file and refuses any directory. (Closes: #281256) -- Martin Quinson Thu, 6 Jan 2005 07:51:02 +0100 quilt (0.37-4) unstable; urgency=low * Fix the 'patches' command (print the patch names again). (Closes: #286293). -- Martin Quinson Thu, 23 Dec 2004 14:48:35 +0100 quilt (0.37-3) unstable; urgency=low * Fix extra trailing space in series file after quilt refresh. (Closes: #285865) -- Martin Quinson Thu, 16 Dec 2004 21:33:54 +0100 quilt (0.37-2) unstable; urgency=low * Fix a quoting issue in bash_autocompletion. Patch from upstream CVS. (Closes: #285322) -- Martin Quinson Mon, 13 Dec 2004 14:54:25 +0100 quilt (0.37-1) unstable; urgency=low * New upstream release(s. I missed the 0.36, sorry): - "quilt new" now work from a sub-dir (instead of creating a new patches/ dir in the current one). - allow to list all modified files (within patch ranges). - japaneese translation. - touch files after they are restored to not confuse make and friends. - various bug fixes. * Fix a bashism in patchsys-quilt.mk (Closes: #275253) * Useless cleanup in debian/rules (Closes: #268967) * Acknoledge NMU. Thanks Matt! (Closes: #264053) * Use my Debian address as maintainer. * Fix two typos in description. Thanks Matt (Kraii) ! (Closes: #266195) -- Martin Quinson Wed, 8 Dec 2004 16:12:21 +0100 quilt (0.35-1.1) unstable; urgency=low * NMU at maintainer's request * Add ${shlibs:Depends} to debian/control:Depends (Closes: #264053) -- Matt Zimmerman Fri, 6 Aug 2004 18:41:46 -0700 quilt (0.35-1) unstable; urgency=low * New upstream version. - bash completion made usable (even out of Debian). - New configuration variables: QUILT__ARGS amongst others. - Reintroduction of the diffstat feature (--diffstat option of refresh). - Setting QUILT_PATCHES_PREFIX asks quilt to display the full path to the patches instead of the patch names (for copy/paste). - Ability to specify the type of patch, and the context length (-u, -U num, -c, and -C num options of diff and refresh). - Syntax highlighting (--color option of diff). - Various bug fixes. -- Martin Quinson Thu, 15 Jul 2004 15:06:43 -0700 quilt (0.34-2) unstable; urgency=low * [patchsys-quilt.mk] Fix a stupid bug preventing to work on empty patch series -- Martin Quinson Fri, 11 Jun 2004 10:45:08 -0700 quilt (0.34-1) unstable; urgency=low * New upstream release. - Backward compatibility of .pc directory implemented * Get ride of the now useless big fat warning in NEWS.Debian about that. * Use the manpage generated by the upstream makefile, and remove the one embeeded in the debian dir. -- Martin Quinson Thu, 10 Jun 2004 16:35:00 -0700 quilt (0.33-1) unstable; urgency=low * New upstream release. - Return exit status 2 when commands go beyond the series (push when already on top, and so on) - Bunch of bug fixes. * [patchsys-quilt.mk] quilt return 2 when there was nothing to do. -- Martin Quinson Tue, 8 Jun 2004 11:54:58 -0700 quilt (0.32-3) unstable; urgency=low * push exits 0 when no patch is to be pushed. -- Martin Quinson Thu, 3 Jun 2004 08:46:23 -0700 quilt (0.32-2) unstable; urgency=low * Use relative link for debian/patches. Closes: #242342 * Specify we want to use gawk since mawk causes trouble. Closes: #251972. * Add an entry to NEWS.Debian warning about the breakage in opened tree occuring between 0.30 and 0.32 versions. At least people using apt-listchanges will be warned about that. It looks like the best we can do for now. * pop exits 0 when no patch is to be removed. -- Martin Quinson Tue, 1 Jun 2004 11:41:51 -0700 quilt (0.32-1) unstable; urgency=low * New upstream release. - It is now possible to use quilt from within sub-directories of the working tree. Quilt will automatically find the root of the tree. - New 'graph' command to display neat graphics of patch dependencies. - 'fork' semantic reverted to previous one: the forked patch is the topmost one, not the next in the series. - documentation update. - man page (provided by your servitor ;) * Fix a typo in output of setup -l. Closes #236933 * Rephrase package description. Closes #236221 -- Martin Quinson Fri, 19 Mar 2004 10:00:03 -0800 quilt (0.30-4) unstable; urgency=low * patchsys-quilt.mk: Various improvements from David Kimdon. Closes: #234449 - rm debian/stamp-patch in reverse-patches (instead of clean) so that this target can be called directly. - Make those rules usable along with the cdbs tarball.mk ones. - remove a dupplicated useless line -- Martin Quinson Wed, 25 Feb 2004 10:22:39 -0800 quilt (0.30-3) unstable; urgency=low * Add a man page from the upstream CVS. Closes: #219318 -- Martin Quinson Mon, 23 Feb 2004 08:43:08 -0800 quilt (0.30-2) unstable; urgency=low * [debian/control] - Remove the dependency on bash since it's an essential package. - Upgrade the dependency on debhelper to (>= 4.1.0) as requested by cdbs. * [debian/quilt.install] - Reput quilt.pdf in the package back, and make sure it won't disapear anymore. -- Martin Quinson Mon, 2 Feb 2004 16:45:12 -0800 quilt (0.30-1) unstable; urgency=low * New upstream release. * Fix the URL of the project (Closes #223387). * add a dependency on gawk (Closes #227111). -- Martin Quinson Fri, 30 Jan 2004 16:10:23 -0800 quilt (0.29-3) unstable; urgency=low * force the shell to be bash, since we use tons of bashism -- Martin Quinson Mon, 24 Nov 2003 11:24:15 +0100 quilt (0.29-2) unstable; urgency=low * Add the patchsys-quilt.mk file achieving the integration of quilt within cdbs. * Install the upstream changelog under the changelog.gz name. * Remove several files left over in the debian/ dir. * Bump standard-version to 3.6.1.0: convert all control files to utf8. -- Martin Quinson Mon, 24 Nov 2003 10:24:15 +0100 quilt (0.29-1) unstable; urgency=low * New upstream version. * Repackage to use cdbs. -- Martin Quinson Thu, 20 Nov 2003 11:04:34 +0100 quilt (0.25-4) unstable; urgency=low * Various cleanup in the packaging (like removing a `pwd` in the debian/rules) -- Martin Quinson Thu, 6 Nov 2003 16:27:15 +0100 quilt (0.25-3) unstable; urgency=low * Do not invoque autoconf during the build process since I do not change this file. That way, autobuilder will be happy even without build-depend (Closes: #217055). -- Martin Quinson Fri, 31 Oct 2003 00:18:43 +0100 quilt (0.25-2) unstable; urgency=low * Do not install anything under /usr/share/doc/quilt-version/ Thanks to Daniel Jacobowitz for reporting that bug. -- Martin Quinson Fri, 12 Sep 2003 08:18:29 +0200 quilt (0.25-1) unstable; urgency=low * New upstream release. * Set LC_ALL to C during the build so that the README.gz becomes in english and not french. Thanks to Jan-Benedict Glaw for reporting that issue. -- Martin Quinson Tue, 9 Sep 2003 08:30:52 +0200 quilt (0.24-1) unstable; urgency=low * New upstream release * debquilt.mk: Makefile chunk to manage debian packages using quilt -- Martin Quinson Thu, 26 Jun 2003 15:26:16 +0200 quilt (0.23-1) unstable; urgency=low * New upstream release * Hardcode location of bash -- Martin Quinson Wed, 9 Apr 2003 09:54:30 +0200 quilt (0.22-1) unstable; urgency=low * New upstream release -- Martin Quinson Fri, 14 Feb 2003 14:12:31 +0100 quilt (0.21-2) unstable; urgency=low * Fight lintian warnings and error: - Format copyright file properly - Don't depend on essential packages - Change Build-Depends-Indep: to Build-Depends: since the package is now arch-dependent. - Update to lastest standards * The documentation did move one more time. -- Martin Quinson Fri, 31 Jan 2003 09:21:03 +0100 quilt (0.21-1) unstable; urgency=low * New upstream release. * Change from architecture: all to architecture: any, since we now have a compiled C programm. * Add the new documentation provided. -- Martin Quinson Wed, 29 Jan 2003 10:19:31 +0100 quilt (0.11-1) unstable; urgency=low * New upstream release. New upstream author. Developement moved to savannah. * Some functionnalities were removed, but all the scripts are much more robust now. -- Martin Quinson Sat, 18 Jan 2003 23:36:29 +0100 quilt (0.8.1-1) unstable; urgency=low * New upstream release * Should now work if installed in /usr/lib or if unpacked in the current directory. -- Martin Quinson Wed, 11 Dec 2002 09:31:28 +0100 quilt (0.8-1) unstable; urgency=low * New upstream release -- Martin Quinson Wed, 6 Nov 2002 22:48:32 +0100 quilt (0.6-1) unstable; urgency=low * New upstream release -- Martin Quinson Wed, 6 Nov 2002 22:48:32 +0100 quilt (0.4-1) unstable; urgency=low * Initial Release. -- Martin Quinson Tue, 29 Oct 2002 09:29:20 +0100 # -*- coding: utf-8 -*-