ubuntukylin-keyring-2014.04.10/0000775000000000000000000000000012321544030013024 5ustar ubuntukylin-keyring-2014.04.10/md5sums.txt0000664000000000000000000000045712321544006015173 0ustar -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 9417500fd434bd80b33167ee00be5b7e keyrings/ubuntukylin-archive-keyring.gpg -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlNGyAYACgkQvjztR8bOoMlhTwCgoHEP4yNVL3Yv653opLCxuggI C90AoJtLB58E+9eAHyZzwqgcW2aTk6P6 =9gdx -----END PGP SIGNATURE----- ubuntukylin-keyring-2014.04.10/keyrings/0000775000000000000000000000000012321426044014663 5ustar ubuntukylin-keyring-2014.04.10/keyrings/ubuntukylin-archive-keyring.gpg0000664000000000000000000000431312321543722023044 0ustar  SEހEQ )WD]] y텚u]XE!*+*6}6dqt$Z[#j3+DW^/DTcߜS ]8 O4H#qm3r"ICS\ɛV̾ Dߟ;D#sƟqN wA$? ].7|,)a9EG6>a R-SL \b*ؙiɘ-3g|R0kce9%g/1ƕق+x~ 3@t0LE2j7]iv:q%'aPXĊp9IpSkB? P`^i ?,w> MZaH;-K}A\sXqqkb}3hᘖpH>(*3DUbuntu Kylin Archive Automatic Signing Key 8"SEx    YU^U5~T6%A-|OɃFq2Ct*ӗ*eNj-eL|z6_0'^3 nj7!pi"&3̃ڮ$ 7=Hha-)l9bRFub!;5ߔTO/8,wCA,hU51y\ [bwȥOԠIO?'SC+{^!+Gl׋8(6 &d3O.媐H)m nz"V e/S( w_Um5EX[J1i #!LMRY BzlXAVQO();*{ >Na{1ECM0>•k7 ^gknȎ(/.p oEȶ zs:*NRÊ\[ք3Ek4oXx,kbYG50~FU;ubuntukylin-keyring-2014.04.10/README0000664000000000000000000000033012321341573013707 0ustar README for the ubuntukylin-keyring package ===================================== Introduction ------------ The UbuntuKylin project signs its Release files that are stored on the ubuntu server and its mirrors. ubuntukylin-keyring-2014.04.10/debian/0000775000000000000000000000000012321546424014257 5ustar ubuntukylin-keyring-2014.04.10/debian/ubuntukylin-keyring-udeb.postinst0000664000000000000000000000020712321341573023035 0ustar #!/bin/sh set -e DIR=/usr/share/keyrings if [ ! -e $DIR/archive.gpg ]; then ln -s ubuntukylin-archive-keyring.gpg $DIR/archive.gpg fi ubuntukylin-keyring-2014.04.10/debian/copyright0000664000000000000000000000166312321341573016216 0ustar This is Ubuntu Kylin GNU's GnuPG keyrings of archive keys. This package was based on the ubuntu-keyring package originally put together by Michael Vogt The keys in the keyrings don't fall under any copyright. Everything else in the package is covered by the GNU GPL, either version 2, or (at your option) any later version. Ubuntu support files for ubuntukylin-keyring are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License with your Ubuntu system, in /usr/share/common-licenses/GPL, or with the Ubuntu GNU ubuntukylin-keyring source package as the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ubuntukylin-keyring-2014.04.10/debian/source/0000775000000000000000000000000012321426044015552 5ustar ubuntukylin-keyring-2014.04.10/debian/source/format0000664000000000000000000000001512321341573016764 0ustar 3.0 (native) ubuntukylin-keyring-2014.04.10/debian/changelog0000664000000000000000000000157712321546423016142 0ustar ubuntukylin-keyring (2014.04.10) trusty; urgency=medium * Replace the ascii-armored keys with a binary gpg keyring instead. * On fresh install, have the postinst set up a symlink in /etc/apt. * On removal have postrm delete the symlink we created in postinst. -- Adam Conrad Thu, 10 Apr 2014 10:42:03 -0600 ubuntukylin-keyring (2014.04.09) trusty; urgency=medium * Introduce the Canonical-generated key for the Ubuntu Kylin archive so that the archive can be signed in the Canonical DC, per consensus on the Tech Board mailing list and . LP: #1297710. -- Steve Langasek Wed, 09 Apr 2014 22:29:02 -0700 ubuntukylin-keyring (2014.03.25) trusty; urgency=low * Initial release. -- Aron Xu Wed, 26 Mar 2014 15:52:21 +0800 ubuntukylin-keyring-2014.04.10/debian/rules0000775000000000000000000000602212321546254015340 0ustar #!/usr/bin/make -f # debian/rules file - for debian/keyring # Based on sample debian/rules file - for GNU Hello (1.3). # Copyright 1994,1995 by Ian Jackson. # Copyright 1998-2003 James Troup # I hereby give you perpetual unlimited permission to copy, # modify and relicense this file, provided that you do not remove # my name from the file itself. (I assert my moral right of # paternity under the Copyright, Designs and Patents Act 1988.) # This file may have to be extensively modified install_dir=install -d -m 755 install_file=install -m 644 install_script=install -m 755 install_binary=install -m 755 -s VERSION := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2) build: clean: $(checkdir) -rm -f foo foo.asc *.bak *~ */*~ debian/files* debian/*substvars -rm -rf debian/tmp debian/ubuntukylin-keyring-udeb binary-indep: checkroot $(checkdir) -rm -rf debian/tmp $(install_dir) debian/tmp/DEBIAN/ $(install_script) debian/postinst debian/tmp/DEBIAN/ $(install_script) debian/postrm debian/tmp/DEBIAN/ $(install_dir) debian/tmp/usr/share/keyrings/ $(install_file) keyrings/ubuntukylin-archive-keyring.gpg debian/tmp/usr/share/keyrings/ #$(install_file) keyrings/ubuntukylin-archive-removed-keys.gpg debian/tmp/usr/share/keyrings/ #$(install_file) keyrings/ubuntukylin-master-keyring.gpg debian/tmp/usr/share/keyrings/ $(install_dir) debian/tmp/usr/share/doc/ubuntukylin-keyring/ $(install_file) README debian/tmp/usr/share/doc/ubuntukylin-keyring/ $(install_file) debian/changelog debian/tmp/usr/share/doc/ubuntukylin-keyring/changelog gzip -9v debian/tmp/usr/share/doc/ubuntukylin-keyring/* $(install_file) debian/copyright debian/tmp/usr/share/doc/ubuntukylin-keyring/ cd debian/tmp; find -type f \! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum >DEBIAN/md5sums dpkg-gencontrol -pubuntukylin-keyring -isp chown -R root.root debian/tmp chmod -R go=rX debian/tmp dpkg --build debian/tmp .. #-rm -rf debian/ubuntukylin-keyring-udeb #$(install_dir) debian/ubuntukylin-keyring-udeb/DEBIAN/ #$(install_dir) debian/ubuntukylin-keyring-udeb/usr/share/keyrings/ #$(install_file) keyrings/ubuntukylin-archive-keyring.gpg debian/ubuntukylin-keyring-udeb/usr/share/keyrings/ #install -m 755 debian/ubuntukylin-keyring-udeb.postinst debian/ubuntukylin-keyring-udeb/DEBIAN/postinst # Don't let dpkg-gencontrol write incorrect guesses to debian/files. # Instead, register the udeb manually. #dpkg-gencontrol -nubuntukylin-keyring-udeb_$(VERSION)_all.udeb -pubuntukylin-keyring-udeb -Tdebian/ubuntukylin-keyring-udeb.substvars -Pdebian/ubuntukylin-keyring-udeb -isp #chown -R root.root debian/ubuntukylin-keyring-udeb #chmod -R go=rX debian/ubuntukylin-keyring-udeb #dpkg --build debian/ubuntukylin-keyring-udeb ../ubuntukylin-keyring-udeb_$(VERSION)_all.udeb binary-arch: define checkdir test -f keyrings/ubuntukylin-archive-keyring.gpg endef # Below here is fairly generic really binary: binary-indep binary-arch checkroot: $(checkdir) test root = "`whoami`" .PHONY: binary binary-arch binary-indep clean checkroot build ubuntukylin-keyring-2014.04.10/debian/control0000664000000000000000000000141112321341573015655 0ustar Source: ubuntukylin-keyring Section: misc Priority: optional Maintainer: Jing Shi Standards-Version: 3.9.5 Package: ubuntukylin-keyring Priority: important Architecture: all Multi-Arch: foreign Recommends: gpgv Description: GnuPG keys of the Ubuntu Kylin archive The Ubuntu project digitally signs its Release files. This package contains the archive keys used for the Ubuntu Kylin archive. # #Package: ubuntukylin-keyring-udeb #Priority: optional #Architecture: all #Section: debian-installer #Recommends: gpgv-udeb #Description: GnuPG keys of the Ubuntu Kylin archive # The Ubuntu project digitally signs its Release files. This package # contains the archive keys used for the Ubuntu Kylin archive, in a # minimal form for use in the installer. ubuntukylin-keyring-2014.04.10/debian/postinst0000664000000000000000000000055412321545411016064 0ustar #!/bin/sh if [ "$1" = configure ] && dpkg --compare-versions "$2" lt 2014.04.10; then # on fresh installs, symlink the keyring to /etc if [ ! -e /etc/apt/trusted.gpg.d/ubuntukylin-archive-keyring.gpg ]; then ln -s /usr/share/keyrings/ubuntukylin-archive-keyring.gpg \ /etc/apt/trusted.gpg.d/ubuntukylin-archive-keyring.gpg fi fi ubuntukylin-keyring-2014.04.10/debian/postrm0000664000000000000000000000043412321546230015522 0ustar #!/bin/sh if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then if [ -h /etc/apt/trusted.gpg.d/ubuntukylin-archive-keyring.gpg ]; then # our symlink is still there, we need to remove it to clean up rm /etc/apt/trusted.gpg.d/ubuntukylin-archive-keyring.gpg fi fi