[Bug 1066457] Re: Missing dpkg-dev dependency results in false bad quality warnings when installing local packages

2012-10-16 Thread Colin Watson
Sebastian, dpkg-vendor is only intended for use at build time; in future
this code probably ought to use lsb_release instead.

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

Title:
  Missing dpkg-dev dependency results in false bad quality warnings when
  installing local packages

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

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


[Bug 1066457] Re: Missing dpkg-dev dependency results in false bad quality warnings when installing local packages

2012-10-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/quantal-proposed/aptdaemon

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

Title:
  Missing dpkg-dev dependency results in false bad quality warnings when
  installing local packages

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

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


[Bug 1066457] Re: Missing dpkg-dev dependency results in false bad quality warnings when installing local packages

2012-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package aptdaemon - 0.45+bzr861-0ubuntu9.1

---
aptdaemon (0.45+bzr861-0ubuntu9.1) quantal-proposed; urgency=low

  [ Sebastian Heinlein ]
  * do not issue a quality warning if dpkg-vendor is missing
(LP: #1066457)
 -- Michael Vogt michael.v...@ubuntu.com   Tue, 16 Oct 2012 13:58:07 +0200

** Changed in: aptdaemon (Ubuntu Quantal)
   Status: In Progress = 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/1066457

Title:
  Missing dpkg-dev dependency results in false bad quality warnings when
  installing local packages

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

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


[Bug 1066457] Re: Missing dpkg-dev dependency results in false bad quality warnings when installing local packages

2012-10-16 Thread Sebastian Heinlein
remove the need to call dpkg-vendor

** Changed in: aptdaemon (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: aptdaemon (Ubuntu)
   Status: Fix Committed = In Progress

** Patch added: fix_dpkg_dev_dependency.patch
   
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/1066457/+attachment/3400047/+files/fix_dpkg_dev_dependency.patch

** Description changed:

+ There is a missing dependency on the dpkg-dev package by aptdaemon. The
+ dpkg-vendor command of the dpkg-dev package is used to detect if the
+ system is a Debian or Ubuntu derivate. The result is used to select the
+ correct lintian profile which is used to check the quality of local
+ packages before installing them.
+ 
+ If dpkg-dev isn't installed (by default it isn't installed) the test
+ package quality fails and every package is reported as beeing of bad
+ quality.
+ 
+ Unfortunately dpkg-dev is installed on nearly every developer system and
+ the build system which is used for the unit tests.
+ 
+ Test case: Install a local package file on a fresh installed system
+ 
+ 
+ Original Message:
+ 
  I tried to install Teamviewer 7 in ubuntu 12.10 64bit with the 64bit deb
  package downloaded from TW site, but Software Center says that this deb
  was a bad package. Also tried to install from gdeb but nothing.

** Description changed:

  There is a missing dependency on the dpkg-dev package by aptdaemon. The
  dpkg-vendor command of the dpkg-dev package is used to detect if the
  system is a Debian or Ubuntu derivate. The result is used to select the
  correct lintian profile which is used to check the quality of local
  packages before installing them.
  
  If dpkg-dev isn't installed (by default it isn't installed) the test
  package quality fails and every package is reported as beeing of bad
  quality.
  
  Unfortunately dpkg-dev is installed on nearly every developer system and
  the build system which is used for the unit tests.
  
- Test case: Install a local package file on a fresh installed system
+ Test case:
  
+ 1. Boot a fresh installed system
+ 2. Download a package file, e.g.
+http://www.teamviewer.com/download/teamviewer_linux_x64.deb
+ 3. Install the package file in software-center
  
  Original Message:
  
  I tried to install Teamviewer 7 in ubuntu 12.10 64bit with the 64bit deb
  package downloaded from TW site, but Software Center says that this deb
  was a bad package. Also tried to install from gdeb but nothing.

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

Title:
  Missing dpkg-dev dependency results in false bad quality warnings when
  installing local packages

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

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


[Bug 1066457] Re: Missing dpkg-dev dependency results in false bad quality warnings when installing local packages

2012-10-16 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu)
Milestone: None = ubuntu-12.10

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

Title:
  Missing dpkg-dev dependency results in false bad quality warnings when
  installing local packages

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

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


[Bug 1066457] Re: Missing dpkg-dev dependency results in false bad quality warnings when installing local packages

2012-10-16 Thread Michael Vogt
** Also affects: aptdaemon (Ubuntu Quantal)
   Importance: Critical
   Status: In Progress

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

Title:
  Missing dpkg-dev dependency results in false bad quality warnings when
  installing local packages

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

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


[Bug 1066457] Re: Missing dpkg-dev dependency results in false bad quality warnings when installing local packages

2012-10-16 Thread Ubuntu Foundation's Bug Bot
The attachment fix_dpkg_dev_dependency.patch of this bug report has
been identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Missing dpkg-dev dependency results in false bad quality warnings when
  installing local packages

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

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