[Bug 1806207] Re: Sync deborphan 1.7.30 (universe) from Debian unstable (main)

Jeremy Bicha jeremy at bicha.net
Mon Dec 3 19:00:43 UTC 2018


This bug was fixed in the package deborphan - 1.7.30
Sponsored for Amr Ibrahim (amribrahim1987)

---------------
deborphan (1.7.30) unstable; urgency=medium

  This release includes many of the improvements from 1.7.29 but
  skips the no longer mergeable bits.

  [ David Prévot ]
  * Remove self from uploaders

  [ Carsten Hey ]
  * Relicense under MIT License with permission from all copyright holders
  * Treat -dbgsym packages as -dbg.
    Thanks to Laurent Bigonville. (LP: #533881)
  * Add code to update debian/bash-complete.
  * Arrange output of deborphan --help alphabetically again.

  [ Chris Hofstaedtler ]
  * Remove support for disabling DEFAULT_NICE
  * update-bash-complete: fix for current coreutils, perl, sourcecode
  * Fix memory leak in listkeep
  * debian: Enable hardening build flags
  * debian: Set Rules-Require-Root: no
  * Add a simple autopkgtest
  * Assume malloc et al never fail

 -- Chris Hofstaedtler <zeha at debian.org>  Thu, 26 Jul 2018 11:14:06
+0000

deborphan (1.7.28.11) unstable; urgency=medium

  [ Carsten Hey ]
  * Remove obsolete functions. (cherry-picked from 1.7.29 branch)

  [ Chris Hofstaedtler ]
  * Remove never-used LOW_MEM code
  * Rework keepfile reader.
    Avoids some pointer magic, fixing a NULL-ptr deref. (Closes: #741282)
  * Treat section "introspection" like libs/oldlibs (Closes: #665624)
  * Hint at dpkg --audit for problems (Closes: #840796)
  * Honor ./configure --prefix for various paths
  * Always build with all warnings
  * Add --guess-java option (Closes: #562521)
  * Included updated Dutch translation.
    Thanks to Frans Spiesschaert <Frans.Spiesschaert at yucom.be> (Closes: #801386)

 -- Chris Hofstaedtler <zeha at debian.org>  Wed, 25 Jul 2018 04:53:23
+0000

deborphan (1.7.28.10) unstable; urgency=medium

  * Remove SVN Id/Rev tags, including version in orphaner dialog boxes
  * Drop autogen.sh which hardcoded autotools 1.9
  * Assume that Carsten does not want bugs in his mailbox anymore
  * Assume all systems have getopt_long, errno, std-c headers
  * Assume all C compilers have "inline"
  * autoconf: Turn off maintainer mode
  * Makefile.am: use AM_CPPFLAGS instead of INCLUDES
  * build: Support out-of-tree builds
  * build: Assume we always have config.h

 -- Chris Hofstaedtler <zeha at debian.org>  Tue, 24 Jul 2018 15:54:07
+0000

deborphan (1.7.28.9) unstable; urgency=medium

  * Stamp a new release, with all NUMs included.
  * Build with current dh (11), autotools, gettext.
    * changelog-old is no longer installed.
  * Use Source Format 3.0 (native)
  * Update bash completion install directory
  * Update Maintainer email (from alioth)
  * Update Uploaders, include myself
  * Bump Standards-Version to 4.1.5
  * Update Vcs-* headers for salsa.d.o

 -- Chris Hofstaedtler <zeha at debian.org>  Mon, 23 Jul 2018 14:01:32
+0000

deborphan (1.7.28.8-0.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with GCC-5 harder.  It makes no sense to declare functions
    "inline" and then not provide a definition for them.  Closes: #808482.
  * Remove duplicate strsep definition from deborphan.h.

 -- Julien Cristau <jcristau at debian.org>  Sun, 21 Feb 2016 14:28:56
+0000

deborphan (1.7.28.8-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "ftbfs with GCC-5": apply patch from Jakub Wilk:
    changed semantics of inline keyword.
    (Closes: #777831)

 -- gregor herrmann <gregoa at debian.org>  Sat, 18 Jul 2015 18:18:27 +0200

deborphan (1.7.28.8-0.1) unstable; urgency=low

  * Non-maintainer upload with permission.
  * Fix build on ppc64el. Closes: #735010

 -- Andreas Barth <aba at ayous.org>  Mon, 08 Sep 2014 11:41:07 +0000

** Changed in: deborphan (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1806207

Title:
  Sync deborphan 1.7.30 (universe) from Debian unstable (main)

Status in deborphan package in Ubuntu:
  Fix Released

Bug description:
  Please sync deborphan 1.7.30 (universe) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
    * Sync with Debian but use the "ubuntu2" version number because
      it needs to be higher than what's already in Ubuntu

  Changelog entries since current disco version 1.7.28.8ubuntu2:

  deborphan (1.7.30) unstable; urgency=medium

    This release includes many of the improvements from 1.7.29 but
    skips the no longer mergeable bits.

    [ David Prévot ]
    * Remove self from uploaders

    [ Carsten Hey ]
    * Relicense under MIT License with permission from all copyright holders
    * Treat -dbgsym packages as -dbg.
      Thanks to Laurent Bigonville. (LP: #533881)
    * Add code to update debian/bash-complete.
    * Arrange output of deborphan --help alphabetically again.

    [ Chris Hofstaedtler ]
    * Remove support for disabling DEFAULT_NICE
    * update-bash-complete: fix for current coreutils, perl, sourcecode
    * Fix memory leak in listkeep
    * debian: Enable hardening build flags
    * debian: Set Rules-Require-Root: no
    * Add a simple autopkgtest
    * Assume malloc et al never fail

   -- Chris Hofstaedtler <zeha at debian.org>  Thu, 26 Jul 2018 11:14:06
  +0000

  deborphan (1.7.28.11) unstable; urgency=medium

    [ Carsten Hey ]
    * Remove obsolete functions. (cherry-picked from 1.7.29 branch)

    [ Chris Hofstaedtler ]
    * Remove never-used LOW_MEM code
    * Rework keepfile reader.
      Avoids some pointer magic, fixing a NULL-ptr deref. (Closes: #741282)
    * Treat section "introspection" like libs/oldlibs (Closes: #665624)
    * Hint at dpkg --audit for problems (Closes: #840796)
    * Honor ./configure --prefix for various paths
    * Always build with all warnings
    * Add --guess-java option (Closes: #562521)
    * Included updated Dutch translation.
      Thanks to Frans Spiesschaert <Frans.Spiesschaert at yucom.be> (Closes: #801386)

   -- Chris Hofstaedtler <zeha at debian.org>  Wed, 25 Jul 2018 04:53:23
  +0000

  deborphan (1.7.28.10) unstable; urgency=medium

    * Remove SVN Id/Rev tags, including version in orphaner dialog boxes
    * Drop autogen.sh which hardcoded autotools 1.9
    * Assume that Carsten does not want bugs in his mailbox anymore
    * Assume all systems have getopt_long, errno, std-c headers
    * Assume all C compilers have "inline"
    * autoconf: Turn off maintainer mode
    * Makefile.am: use AM_CPPFLAGS instead of INCLUDES
    * build: Support out-of-tree builds
    * build: Assume we always have config.h

   -- Chris Hofstaedtler <zeha at debian.org>  Tue, 24 Jul 2018 15:54:07
  +0000

  deborphan (1.7.28.9) unstable; urgency=medium

    * Stamp a new release, with all NUMs included.
    * Build with current dh (11), autotools, gettext.
      * changelog-old is no longer installed.
    * Use Source Format 3.0 (native)
    * Update bash completion install directory
    * Update Maintainer email (from alioth)
    * Update Uploaders, include myself
    * Bump Standards-Version to 4.1.5
    * Update Vcs-* headers for salsa.d.o

   -- Chris Hofstaedtler <zeha at debian.org>  Mon, 23 Jul 2018 14:01:32
  +0000

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deborphan/+bug/1806207/+subscriptions



More information about the Ubuntu-sponsors mailing list