[Bug 1767792] Re: dh_installxfonts creates wrong dependency

2018-05-28 Thread Launchpad Bug Tracker
This bug was fixed in the package debhelper - 11.1.6ubuntu2

---
debhelper (11.1.6ubuntu2) bionic; urgency=medium

  [ Iain Lane ]
  * Cherry-pick this change from Debian (98d248f4) (LP: #1767792)

  [ Nicolas Boulenguez ]
  * dh_installxfonts: Fix typo that causes a misc:Depends on
non-existing xfont-utils.  (Closes: #894835)

 -- Iain Lane   Thu, 10 May 2018 10:11:57
+0100

** Changed in: debhelper (Ubuntu Bionic)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767792

Title:
  dh_installxfonts creates wrong dependency

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767792] Re: dh_installxfonts creates wrong dependency

2018-05-26 Thread Bambang Pranoto
Yes,  https://launchpad.net/ubuntu/+source/debhelper/11.1.6ubuntu2 fixes
the bug.

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767792

Title:
  dh_installxfonts creates wrong dependency

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767792] Re: dh_installxfonts creates wrong dependency

2018-05-10 Thread Andy Whitcroft
Hello Andrew, or anyone else affected,

Accepted debhelper into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/debhelper/11.1.6ubuntu2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-bionic to verification-done-bionic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-bionic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: debhelper (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767792

Title:
  dh_installxfonts creates wrong dependency

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767792] Re: dh_installxfonts creates wrong dependency

2018-05-10 Thread Iain Lane
uploaded to the queue, stand by for it to be reviwed, thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767792

Title:
  dh_installxfonts creates wrong dependency

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767792] Re: dh_installxfonts creates wrong dependency

2018-05-10 Thread Iain Lane
** Description changed:

+ [ Description ]
+ 
+ dh_installxfonts in some cases substitutes a dependency on 'xfont-utils'
+ into ${misc:Depends}. This package doesn't exist; the resulting .deb is
+ uninstallable.
+ 
+ [ Test case ]
+ 
+ Rebuild 'thaixfonts' on bionic and check that the packages depend on
+ 'xfonts-utils' and not 'xfont-utils'.
+ 
+ [ Regression potential ]
+ 
+ If the patch is still wrong, we'll still generate uninstallable
+ packages. If it's really wrong we could break the build.
+ 
+ [ Original report ]
+ 
  The debhelper shipped with 18.04 contains a typo that generates the wrong 
dependency when using dh_installxfonts in a package build. There is already a 
patch from the developer that introduced the typo available in Debian 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894835
  The effect of this bug can be seen when trying to install a PPA package built 
in the build farm. See
  https://github.com/stsp/dosemu2/issues/597#issuecomment-385178269 for a user 
report

** Also affects: debhelper (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: debhelper (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: debhelper (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: debhelper (Ubuntu Bionic)
 Assignee: (unassigned) => Iain Lane (laney)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767792

Title:
  dh_installxfonts creates wrong dependency

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767792] Re: dh_installxfonts creates wrong dependency

2018-05-10 Thread Niels Thykier
Andrew Bird:
> Public bug reported:
> 
> The debhelper shipped with 18.04 contains a typo that generates the wrong 
> dependency when using dh_installxfonts in a package build. There is already a 
> patch from the developer that introduced the typo available in Debian 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894835
> The effect of this bug can be seen when trying to install a PPA package built 
> in the build farm. See
> https://github.com/stsp/dosemu2/issues/597#issuecomment-385178269 for a user 
> report
> 
> ** Affects: debhelper (Ubuntu)
>  Importance: Undecided
>  Status: New
> 
> ** Summary changed:
> 
> - dh_installxfonts creates wrong dependancy
> + dh_installxfonts creates wrong dependency
> 

Hi,

Upstream patch that fixes the bug:
https://salsa.debian.org/debian/debhelper/commit/98d248f46b6085d691aa29c423fa9fa2e240709a

(Should be trivial to cherry-pick).

Thanks,
~Niels


** Bug watch added: Debian Bug tracker #894835
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894835

** Bug watch added: github.com/stsp/dosemu2/issues #597
   https://github.com/stsp/dosemu2/issues/597

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767792

Title:
  dh_installxfonts creates wrong dependency

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1767792] Re: dh_installxfonts creates wrong dependency

2018-04-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: debhelper (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1767792

Title:
  dh_installxfonts creates wrong dependency

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs