[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#572617: marked as done (python-apt recommends libjs-jquery)



Your message dated Wed, 10 Mar 2010 18:47:25 +0000
with message-id <E1NpQwH-0007m9-F9@ries.debian.org>
and subject line Bug#572617: fixed in python-apt 0.7.94
has caused the Debian Bug report #572617,
regarding python-apt recommends libjs-jquery
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
572617: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572617
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: python-apt
Version: 0.7.93.3


Dear Colleagues,

right now, python-apt binary package recommends libjs-jquery.
After a little discussion on irc with Michael Vogt, this package is
needed for the HTML Documentation of python-apt.

Sadly, when installing python-apt as a default package in debian or
ubuntu server installations, this libjs-jquery will  be installed as a
default component.

After the chat with Michael, he proposed to move the html
documentation into a (new) binary package named python-apt-doc, which
can be suggested by python-apt.

Here the excerpt of the discussion:

10:14:45         \sh | mvo: why does python-apt recommends a javascript lib (libjs-jquery)?                                                                                                     
10:17:51         mvo | \sh: for the html documentation                                                                                                                                          
10:18:15         mvo | \sh: if that is a problem I can move it to suggests                                                                                                                      
10:23:29         \sh | mvo: it installs by default during a server install...I wonder if this is necessary...                                                                                   
10:24:05         mvo | \sh: no, I guess best is to move the html to python-apt-docs - could you file a debian bug about this please?                                                            
10:24:15         \sh | mvo: sure will do :)                                                                                                                                                     
10:24:25         \sh | mvo: after my meeting there will be a bug                                                                                                                                
10:24:25         mvo |thanks                                                                                       


Please add this package to one of your next releases and move the html
documentation into it. 

Thx,

\sh

-- 
| Stephan '\sh' Hermann    | OSS Dev / SysAdmin         |
| JID: sh@linux-server.org | http://www.sourcecode.de/  | 
| GPG ID: 0xC098EFA8	   | http://leonov.tv/          |
| FP: 3D8B 5138 0852 DA7A B83F DCCB C189 E733 C098 EFA8 |



--- End Message ---
--- Begin Message ---
Source: python-apt
Source-Version: 0.7.94

We believe that the bug you reported is fixed in the latest version of
python-apt, which is due to be installed in the Debian FTP archive:

python-apt-dbg_0.7.94_amd64.deb
  to main/p/python-apt/python-apt-dbg_0.7.94_amd64.deb
python-apt-dev_0.7.94_all.deb
  to main/p/python-apt/python-apt-dev_0.7.94_all.deb
python-apt-doc_0.7.94_all.deb
  to main/p/python-apt/python-apt-doc_0.7.94_all.deb
python-apt_0.7.94.dsc
  to main/p/python-apt/python-apt_0.7.94.dsc
python-apt_0.7.94.tar.gz
  to main/p/python-apt/python-apt_0.7.94.tar.gz
python-apt_0.7.94_amd64.deb
  to main/p/python-apt/python-apt_0.7.94_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 572617@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Andres Klode <jak@debian.org> (supplier of updated python-apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Format: 1.8
Date: Wed, 10 Mar 2010 16:10:27 +0100
Source: python-apt
Binary: python-apt python-apt-doc python-apt-dbg python-apt-dev
Architecture: source amd64 all
Version: 0.7.94
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Julian Andres Klode <jak@debian.org>
Description: 
 python-apt - Python interface to libapt-pkg
 python-apt-dbg - Python interface to libapt-pkg (debug extension)
 python-apt-dev - Python interface to libapt-pkg (development files)
 python-apt-doc - Python interface to libapt-pkg (API documentation)
Closes: 572596 572617 572998
Changes: 
 python-apt (0.7.94) unstable; urgency=low
 .
   * Move documentation into python-apt-doc (Closes: #572617)
   * Build documentation only once on the default Python version.
   * python/acquire-item.cc:
     - Add AcquireItem.partialsize member.
   * python/apt_pkgmodule.cc:
     - Treat '>>' and '>', '<<' and '<' as identical in check_dep (LP: #535667).
   * python/generic.cc:
     - Map UntranslatedDepType to dep_type_untranslated.
   * python/tag.cc:
     - Hack the TagFile iterator to not use shared storage (Closes: #572596):
       Scan once, duplicate the section data, and scan again.
   * apt/package.py:
     - Create a string class BaseDependency.__dstr which makes '>' equal to
       '>>' and '<' equal to '<<' (compatibility).
     - Use the binary package version in Version.fetch_source() if the
       source version is not specified (i.e. in the normal case).
     - Always return unicode strings in Package.get_changelog (Closes: #572998).
   * apt/progress/text.py:
     - Drop InstallProgress, it's useless to keep this alias around.
   * apt/progress/old.py:
     - Let the new method call the old one; e.g. status_update() now calls
       self.statusUpdate(). This improves compatibility for sub classes.
   * Merge with Ubuntu:
     - util/get_ubuntu_mirrors_from_lp.py:
       + rewritten to use +archivemirrors-rss and feedburner
     - pre-build.sh: update ubuntu mirrors on bzr-buildpackage (and also do this
       for Debian mirrors)
     - add break for packagekit-backend-apt (<= 0.4.8-0ubuntu4)
   * tests:
     - test_deps: Add tests for apt_pkg.CheckDep, apt_pkg.check_dep,
       apt_pkg.parse_depends and apt_pkg.parse_src_depends.
   * tests/data/aptsources/sources.list.testDistribution:
     - change one mirror which is not on the mirror list anymore.
   * utils/get_debian_mirrors.py:
     - Parse Mirrors.masterlist instead of the HTML web page.
   * utils/get_ubuntu_mirrors_from_lp.py:
     - Sort the mirror list of each country.
Checksums-Sha1: 
 b3813b135e8379f38bebfaa160cd01f697af0c66 1242 python-apt_0.7.94.dsc
 f1404ed193e906b11d2160dadce1718831cdae7a 274982 python-apt_0.7.94.tar.gz
 3f0a35baae03250a84e6153666b505659ee2bf8f 516100 python-apt_0.7.94_amd64.deb
 7fec20f5f56863df45d02af8a789347765faefd5 193772 python-apt-doc_0.7.94_all.deb
 292ba3678366b8ebd92ba7d2214027babb67d20c 3479326 python-apt-dbg_0.7.94_amd64.deb
 3c8f68e00c598cff939360997a6225546fe2305f 22874 python-apt-dev_0.7.94_all.deb
Checksums-Sha256: 
 650fd4d370ba9be68c5dbe7109126b0342ae7af6cb8e9accb8a1a27afabb7db0 1242 python-apt_0.7.94.dsc
 36205c51d297dc3f6037e00294ffb43983ee7f35e44492571506d08cc0e06a3f 274982 python-apt_0.7.94.tar.gz
 215ede6d3ce8eb7ac115cdbd44af239b21f39f8eb86567ca1214793d6bab51b2 516100 python-apt_0.7.94_amd64.deb
 16b12c0e8aba405f7e01512e396c2e63fcebc68e11feb74bd7db6bbcb57f9cea 193772 python-apt-doc_0.7.94_all.deb
 383f7a2af124c54a0838184f1125e11e51fa190c42358da520c236cbe237142c 3479326 python-apt-dbg_0.7.94_amd64.deb
 645cec4d33881345aa26257f1c9a61a12a14a73a71065f1276e66c2c69b74ec2 22874 python-apt-dev_0.7.94_all.deb
Files: 
 e50fc6f74e1e544167e15188aac9bacb 1242 python optional python-apt_0.7.94.dsc
 1eda09706b1929f7b8cf3f093e46276c 274982 python optional python-apt_0.7.94.tar.gz
 6205b4fa2cfec7ce352976e221118745 516100 python optional python-apt_0.7.94_amd64.deb
 28720f138a2336485e72b1fddccc3432 193772 doc optional python-apt-doc_0.7.94_all.deb
 4459b9daaddac0178722a1406f3cdcfb 3479326 debug extra python-apt-dbg_0.7.94_amd64.deb
 1d8e49719285b0c73de54e1d6b1050cd 22874 python optional python-apt-dev_0.7.94_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEAREDAAYFAkuXuokACgkQrCpf/gCCPsJC3ACfQC/zLauIATIhCKKi1SqqU8tI
BLQAoKFAe1gUw+W6kSq9abJpPBJLi5iw
=Nitc
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: