summaryrefslogblamecommitdiffstats
path: root/debian/changelog
blob: a5797c360e5f5adc70e96d576062da9a2a38a384 (plain) (tree)



























                                                                             






                                                                         
                                    
 








                                                                          
                                                  

                                                                         
 
                                                                                  







                                                                     














                                                                                  


























                                                                                  





                                                                                  
                                    
 

                                                                           



                                                                            
                                               
 
                                                                                  
 














                                                                                  
















                                                                                  

                                    





                                                                             
 
                                                                                  








                                                                                  















                                                                                  



















                                                                                     






                                                                                  


                                    
                                                                      




                                                                                  


                                    
                                                                     


                                                                                  







                                                                                  




                                                                                  











                                                                                  


                                    


                                                                           


                                                                                  


















                                                                                      
                                                                                  




                                   
                                                                                  




                                   
                                                                                  
 
                       
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 <mquinson@debian.org>  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 <mquinson@debian.org>  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 <mquinson@debian.org>  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 <mquinson@debian.org>  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 <martin.quinson@tuxfamily.org>  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 <mdz@debian.org>  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_<command>_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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  Mon, 24 Nov 2003 10:24:15 +0100

quilt (0.29-1) unstable; urgency=low

  * New upstream version.
  * Repackage to use cdbs.

 -- Martin Quinson <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  Thu, 26 Jun 2003 15:26:16 +0200

quilt (0.23-1) unstable; urgency=low

  * New upstream release
  * Hardcode location of bash

 -- Martin Quinson <martin.quinson@tuxfamily.org>  Wed,  9 Apr 2003 09:54:30 +0200

quilt (0.22-1) unstable; urgency=low

  * New upstream release

 -- Martin Quinson <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  Wed, 29 Jan 2003 10:19:31 +0100

quilt (0.11-1) unstable; urgency=low

  * New upstream release. New upstream author. Developpement moved to savannah.
  * Some functionnalities were removed, but all the scripts are much more robust now. 

 -- Martin Quinson <martin.quinson@tuxfamily.org>  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 <martin.quinson@tuxfamily.org>  Wed, 11 Dec 2002 09:31:28 +0100

quilt (0.8-1) unstable; urgency=low

  * New upstream release

 -- Martin Quinson <martin.quinson@tuxfamily.org>  Wed,  6 Nov 2002 22:48:32 +0100

quilt (0.6-1) unstable; urgency=low

  * New upstream release

 -- Martin Quinson <martin.quinson@tuxfamily.org>  Wed,  6 Nov 2002 22:48:32 +0100

quilt (0.4-1) unstable; urgency=low

  * Initial Release.

 -- Martin Quinson <martin.quinson@tuxfamily.org>  Tue, 29 Oct 2002 09:29:20 +0100

# -*- coding: utf-8 -*-