Change logs for quilt source package in Intrepid

  • quilt (0.46-6) unstable; urgency=low
    
      * Change back patchsys-quilt.mk to enter DEB_SRCDIR by default before
        applying patches (8 packages FTBFS due to this change). But we can now
        use DEB_QUILT_TOPDIR to override the default choice of DEB_SRCDIR.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  21 Jun 2008 23:16:09 +0100
  • quilt (0.46-5) unstable; urgency=low
    
      [ Martin Quinson ]
      * Acknowledge NMU (thanks Raphael).
        This also Closes: #454351 (doc in erroneous section Apps/Text)
      * debian/control: add Vcs-git, Vcs-browser and homepage fields.
      * Remove file patches/generic-awk from the debian diff 
        (was a leftover of the creation of debian/patches/generic-awk)
      * debian/rules: filter \sh{.*} constructs in the hevea output,
        such that HTML documentation is more readable [Rafael Laboissiere]
        Closes: #471453 (Make HTML documentation more readable)
      * pass --with-sendmail to configure, not --with-mta, and remove the
        /usr/share/quilt/compat/sendmail link.
        Closes: #443419 (quilt mail command cannot find sendmail)
      * Closes: #458285 (spelling error in /usr/share/quilt/quilt.make)
      * patches/arch_all: in backup-files.in:link_or_copy_file()
        redirect the errors comming from ls to /dev/null to reduce noise
        when ln is not usable (for example on AFS). Should be harmless
        since cp is used as backup when ln fails. [Russ Allbery]
        Closes: #458158 (extra noise when cross-directory symlinks aren't supported)
      * patches/unset_posix_strict_conformance_variables (new):
        unset POSIXLY_CORRECT _POSIX2_VERSION POSIXLY_PEDANTIC from quilt
        since they force patch to run in interactive manner (doh!)
        Closes: #462578 (quilt: breaks when POSIXLY_CORRECT=1)
      * Add a dpatch2quilt.sh script (to /usr/share/doc/quilt/examples) to
        ease the conversion from dpatch to quilt
        Closes: #464663 (sample script for dpatch -> quilt conversions)
      * Pass --no-print-directory to make while generating the man page to
        counter the fact that the top-level make (ie, debian/rules) pass
        -w to all childs. Patch by Romain Francoise, thanks.
        Closes: #436936 (build process has contaminated the manpage)
    
      [ Raphael Hertzog ]
      * Add myself to Uploaders.
      * Update Standards-Version to 3.8.0:
        - support patch/unpatch rules in patchsys-quilt.mk
        - support patch/unpatch rules in debian/rules
      * Switch to debhelper 5, adjust debian/compat and build-depends.
      * Remove minimal version in the cdbs build-dependency, even oldstable
        has a high-enough version.
      * patchsys-quilt.mk: don't try to apply patches in $(DEB_SRCDIR) but in
        current directory. This is best for compatibility with the upcoming "3.0
        (quilt)" source package format and the two only packages which are
        affected by this change have already been fixed (see #485142, #485163).
        Closes: #485835
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  17 Jun 2008 06:25:52 +0100
  • quilt (0.46-4.1) unstable; urgency=low
    
      * Non-maintainer upload.
      * Changes in patchsys-quilt.mk:
        * Convert to UTF-8.
        * Always use QUILT_PATCHES=$(CURDIR)/debian/patches. And thus drop the
          creation of the "patches" symlink as it will occasionnaly lead to
          problems with some packages. Closes: #473381
        * Fixes generated build-dependency on CDBS to not contain the "-1" that
          leads to the lintian warning "build-depends-on-1-revision".
          Closes: #482948
      * Fixes "apply-patches" rule to not reapply patches when they have already
        been applied by dpkg-source. Closes: #482750
      * Integrate debian/README.source as suggested by Russ Allbery and install it
        in /usr/share/doc/quilt/. Closes: #478421
      * Several lintian fixes:
        * clean-should-be-satisfied-by-build-depends: move debhelper and cdbs to
          Build-Depends
        * doc-base-file-uses-obsolete-national-encoding: switch
          debian/quilt.doc-base to UTF-8.
        * virtual-package-depends-without-real-package-depends and
          needlessly-depends-on-awk: drop dependency and build-dependency on awk.
        * spelling-error-in-description linux Linux: fix description accordingly.
        * doc-base-unknown-section: switch doc-base section to "Programming".
        * doc-base-abstract-might-contain-extra-leading-whitespaces: fix doc-base
          description to be a proper paragraph that can be rewrapped.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  01 Jun 2008 14:13:19 +0100
  • 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.
    
    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.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  24 Oct 2007 07:33:59 +0100