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

Bug#732749: marked as done (please consider adding vendor information for raspbian.)



Your message dated Sun, 29 Dec 2013 16:18:44 +0000
with message-id <E1VxJ4e-0003Af-67@franck.debian.org>
and subject line Bug#732749: fixed in apt 0.9.14.2
has caused the Debian Bug report #732749,
regarding please consider adding vendor information for raspbian.
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.)


-- 
732749: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732749
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.9.14.1
Severity: wishlist
Tags: patch

While updating the apt package in raspbian I noticed that the keyring related settings that we have to change have now moved into a new vendor system. So I added an entry for raspbian by copying the debian one and changing the keyring and example sources.list settings.

I notice that you include settings for both debian and ubuntu in the debian source package. Please consider also including the settings for raspbian so we don't have to manually alter the source package every time a new version enters debian.

Debdiff of the most recent upload to raspbian is attatched, no intent to nmu.
diff -Nru apt-0.9.14.1/debian/changelog apt-0.9.14.1+rpi1/debian/changelog
--- apt-0.9.14.1/debian/changelog	2013-12-12 17:36:44.000000000 +0000
+++ apt-0.9.14.1+rpi1/debian/changelog	2013-12-20 23:02:16.000000000 +0000
@@ -1,3 +1,9 @@
+apt (0.9.14.1+rpi1) jessie-staging; urgency=low
+
+  * Include vendor information for raspbian.
+
+ -- Peter Michael Green <plugwash@p10link.net>  Fri, 20 Dec 2013 22:51:48 +0000
+
 apt (0.9.14.1) unstable; urgency=medium
 
   * fix apt-get source -t dist regression (closes: #731853)
diff -Nru apt-0.9.14.1/vendor/raspbian/apt-vendor.ent apt-0.9.14.1+rpi1/vendor/raspbian/apt-vendor.ent
--- apt-0.9.14.1/vendor/raspbian/apt-vendor.ent	1970-01-01 00:00:00.000000000 +0000
+++ apt-0.9.14.1+rpi1/vendor/raspbian/apt-vendor.ent	2013-12-20 22:59:28.000000000 +0000
@@ -0,0 +1,7 @@
+<!-- details about the keys used by the distribution -->
+<!ENTITY keyring-distro "Raspbian">
+<!ENTITY keyring-package "<package>raspbian-archive-keyring</package>">
+<!ENTITY keyring-filename "<filename>/usr/share/keyrings/raspbian-archive-keyring.gpg</filename>">
+<!ENTITY keyring-removed-filename "<filename>/usr/share/keyrings/raspbian-archive-removed-keys.gpg</filename>">
+<!ENTITY keyring-master-filename "">
+<!ENTITY keyring-uri "">
diff -Nru apt-0.9.14.1/vendor/raspbian/makefile apt-0.9.14.1+rpi1/vendor/raspbian/makefile
--- apt-0.9.14.1/vendor/raspbian/makefile	1970-01-01 00:00:00.000000000 +0000
+++ apt-0.9.14.1+rpi1/vendor/raspbian/makefile	2013-12-20 23:35:44.000000000 +0000
@@ -0,0 +1,11 @@
+# -*- make -*-
+BASE=../..
+SUBDIR=vendor/raspbian
+
+# Bring in the default rules
+include ../../buildlib/defaults.mak
+
+doc binary manpages: sources.list
+
+sources.list: sources.list.in ../../doc/apt-verbatim.ent
+	sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@
diff -Nru apt-0.9.14.1/vendor/raspbian/sources.list.in apt-0.9.14.1+rpi1/vendor/raspbian/sources.list.in
--- apt-0.9.14.1/vendor/raspbian/sources.list.in	1970-01-01 00:00:00.000000000 +0000
+++ apt-0.9.14.1+rpi1/vendor/raspbian/sources.list.in	2013-12-20 23:01:09.000000000 +0000
@@ -0,0 +1,6 @@
+# See sources.list(5) manpage for more information
+# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool.
+deb http://mirrordirector.raspbian.org/raspbian &stable-codename; main contrib non-free
+
+# Uncomment if you want the apt-get source function to work
+#deb-src http://mirrordirector.raspbian.org/raspbian &stable-codename; main contrib non-free

--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 0.9.14.2

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

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 732749@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (supplier of updated 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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 29 Dec 2013 16:41:16 +0100
Source: apt
Binary: apt libapt-pkg4.12 libapt-inst1.5 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source all amd64
Version: 0.9.14.2
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
Description: 
 apt        - commandline package manager
 apt-doc    - documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package management related utility programs
 libapt-inst1.5 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg4.12 - package management runtime library
Closes: 728500 731738 732166 732746 732749
Changes: 
 apt (0.9.14.2) unstable; urgency=low
 .
   [ Joe Hansen ]
   * Danish translation update. Closes: #732166
 .
   [ Peter Green ]
   * add apt-vendor for raspbian. Closes: #732749
 .
   [ Thomas Bechtold ]
   * apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir if the
     directory from $TMPDIR  is not available (closes: #728500)
 .
   [ Michael Vogt ]
   * vendor/getinfo:
     - fix ubuntu-codename
   * vendor/steamos/*:
     - add steamos support
   * bugfix/bts731738-fancy-progess:
     - fix terminal size issues with e.g. "less" when "APT::Progress-Fancy=1"
       is used (closes: #731738)
   * feature/policy-parser-bts732746:
     - allow more flexibility in /etc/apt/preferences, e.g. comment only
       sections (closes: #732746)
   * move TMPDIR handling into GetTempDir() and use that instead of
     getenv("TMPDIR")
   * update apt-key net-update and add integration test with the buildin
     apt webserver
   * run autopkgtest against the installed apt
Checksums-Sha1: 
 02f20154bffb4fed07ae849e4245f08167a8a0f9 1640 apt_0.9.14.2.dsc
 43e696807946c2e6952511851d72d8500f24bf83 3465119 apt_0.9.14.2.tar.gz
 d48105fc5534a6d78ec061996d5846ce6c15d257 267890 apt-doc_0.9.14.2_all.deb
 42bae0301b930f5e6df51cdc5117dba8b6ae3fdb 582132 libapt-pkg-doc_0.9.14.2_all.deb
 302bb92df2647f910cf32f666b73901b082f3a2c 730312 libapt-pkg4.12_0.9.14.2_amd64.deb
 54e5f7c1d9cd1b224936426a55f089135295d49d 159216 libapt-inst1.5_0.9.14.2_amd64.deb
 57b455d72fc6921b829734b32efec92ac643de8e 1052778 apt_0.9.14.2_amd64.deb
 28185e66510fb491518baa3a48683e552ec95a2c 182390 libapt-pkg-dev_0.9.14.2_amd64.deb
 aefa7d0cc2a65bcb1a70adfb027e30868872505a 347368 apt-utils_0.9.14.2_amd64.deb
 39da914e8beb71cab13e76c4e4b1e053367816ea 126128 apt-transport-https_0.9.14.2_amd64.deb
Checksums-Sha256: 
 20cc0db28df88c8e6485807be2c16d3b8fe445659dad3c2013fe1d028397e464 1640 apt_0.9.14.2.dsc
 143f30664133c0554957822b0207128e3ff7be4318dbb1ef3c18f60c890d3c82 3465119 apt_0.9.14.2.tar.gz
 eb9970366641e1d125b39e05d3b031ef741d57848c340e6809ed2f943164408b 267890 apt-doc_0.9.14.2_all.deb
 1ffb5d6b2441270c964db1383c490c4160d8efd13cf2040c5a394485a2ceb0d5 582132 libapt-pkg-doc_0.9.14.2_all.deb
 a694cd369ae72718ce260aebc4b1d9014c3c3e1215a00c301fdbc21690491550 730312 libapt-pkg4.12_0.9.14.2_amd64.deb
 c64ba28d5707e0c5ac48cb87282993189a8408fcbd4c10a08a13ef18a15b81f1 159216 libapt-inst1.5_0.9.14.2_amd64.deb
 7411b80d9d7eab55d5377b874ea2f9f5afdcf3197615d66c5fda974b8d3c9651 1052778 apt_0.9.14.2_amd64.deb
 a1f8d9993c17997d2e5d253d90cdaabec774e32fbcc9fc699f6b9bdf58d73294 182390 libapt-pkg-dev_0.9.14.2_amd64.deb
 bbf0479330f17d66ef05400d785ee7b77b844cf1aa5021729ddaba9f1ee0e6dd 347368 apt-utils_0.9.14.2_amd64.deb
 2f6307ab47cab2c2812f10bfc1821bfd3f79eade37f13b46ccef8cc5dc51fef7 126128 apt-transport-https_0.9.14.2_amd64.deb
Files: 
 8ee1d65624d2c50a8c46a01c2917af63 1640 admin important apt_0.9.14.2.dsc
 8131fb29abc6fcffd3fbd8de63f0cb7b 3465119 admin important apt_0.9.14.2.tar.gz
 7e190ad7064eeb276c77818564078e44 267890 doc optional apt-doc_0.9.14.2_all.deb
 5bcd32c261c9db946482b6e35b189cd4 582132 doc optional libapt-pkg-doc_0.9.14.2_all.deb
 3453dc8c43ec15c0c7019037ce33c5e0 730312 libs important libapt-pkg4.12_0.9.14.2_amd64.deb
 fbcd23855ec0b1c5a06ee95446377b81 159216 libs important libapt-inst1.5_0.9.14.2_amd64.deb
 cf6033a8995eee9964a1268622695c22 1052778 admin important apt_0.9.14.2_amd64.deb
 84d85fd5fd6e19c35be6f0d2430e16b6 182390 libdevel optional libapt-pkg-dev_0.9.14.2_amd64.deb
 fddbdd88952bc7e4fd63c6236e269fc0 347368 admin important apt-utils_0.9.14.2_amd64.deb
 404530d4ff48163d5eda8ace333e1bde 126128 admin optional apt-transport-https_0.9.14.2_amd64.deb

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

iEYEARECAAYFAlLASS8ACgkQliSD4VZixzRXqwCfVBWFq9DSytDVBOEDLDi1xFhe
ZDAAn3m8yA4IBZhb8eThjSKkKSrMQR0q
=hGVj
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: