]> git.saurik.com Git - apt.git/commitdiff
Merge from Debian branch
authorMatt Zimmerman <matt.zimmerman@canonical.com>
Sat, 25 Jun 2005 23:52:00 +0000 (23:52 +0000)
committerMatt Zimmerman <matt.zimmerman@canonical.com>
Sat, 25 Jun 2005 23:52:00 +0000 (23:52 +0000)
Patches applied:

 * apt@packages.debian.org/apt--main--0--patch-89
   Branch for Debian

 * apt@packages.debian.org/apt--main--0--patch-90
   Update version in configure

 * apt@packages.debian.org/apt--main--0--patch-91
   Fix French man page build

 * apt@packages.debian.org/apt--main--0--patch-92
   Add the current Debian archive signing key

 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6
   * build fix for apt--main--0

cmdline/apt-key
configure.in
debian/apt.postinst
debian/changelog
debian/rules
doc/fr/makefile
po/he.po
share/debian-archive.gpg

index be2b19a1af87a79fc42030259b3f2e7b8e6eb592..0685e36f72284e9c0c45834de0a5573b22de42cf 100755 (executable)
@@ -9,14 +9,14 @@ GPG_CMD="gpg --no-options --no-default-keyring --secret-keyring /etc/apt/secring
 GPG="$GPG_CMD --keyring /etc/apt/trusted.gpg"
 
 
-ARCHIVE_KEYRING=/usr/share/keyrings/ubuntu-archive-keyring.gpg
-REMOVED_KEYS=/usr/share/keyrings/ubuntu-archive-removed-keys.gpg
+ARCHIVE_KEYRING=/usr/share/keyrings/debian-archive-keyring.gpg
+REMOVED_KEYS=/usr/share/keyrings/debian-archive-removed-keys.gpg
 
 
 update() {
     if [ ! -f $ARCHIVE_KEYRING ]; then
        echo >&2 "ERROR: Can't find the archive-keyring"
-       echo >&2 "Is the ubuntu-keyring package installed?"
+       echo >&2 "Is the debian-keyring package installed?"
        exit 1
     fi
 
index 767399b52ef073577ed3bb50a8c047980bbd6619..aa827cec186dd288accd2ae544c0660e4ee126d8 100644 (file)
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.6.37")
+AC_DEFINE_UNQUOTED(VERSION,"0.6.38")
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
index df0433057f1dba4c0c87737214f2ab75a570c9ac..ae1801198a79174e15b6e952b67d76091bc191a2 100644 (file)
@@ -17,7 +17,7 @@ case "$1" in
     configure)
 
         if ! test -f /etc/apt/trusted.gpg; then
-                cp /usr/share/apt/ubuntu-archive.gpg /etc/apt/trusted.gpg
+                cp /usr/share/apt/debian-archive.gpg /etc/apt/trusted.gpg
         fi
 
     ;;
index 57b746a56204f61d359ba730d144eba455acfa27..be201057c4db65f9ac9d0f41d3217f0191302644 100644 (file)
@@ -1,3 +1,15 @@
+apt (0.6.38) unstable; urgency=low
+
+  * Merge michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6, a workaround
+    for the French man pages' failure to build
+  * Branch Debian and Ubuntu
+    - apt.postinst, apt-key: use the appropriate keyring
+    - debian/rules: install all keyrings
+  * Add the current Debian archive signing key (4F368D5D) to
+    debian-archive.gpg
+
+ -- Matt Zimmerman <mdz@debian.org>  Sat, 25 Jun 2005 09:51:00 -0700
+
 apt (0.6.37) breezy; urgency=low
 
   * Merge bubulle@debian.org--2005/apt--main--0 up to patch-81
index e3254c2d28306d333b9002e11940fef16401c0bf..d6ae540ee0cc31289eb8b13f13231e91f1ba6137 100755 (executable)
@@ -209,7 +209,7 @@ apt: build debian/shlibs.local
 
        cp debian/bugscript debian/$@/usr/share/bug/apt/script
 
-       cp share/ubuntu-archive.gpg debian/$@/usr/share/$@
+       cp share/*.gpg debian/$@/usr/share/$@
 
 #      head -n 500 ChangeLog > debian/ChangeLog
 
index 6544ee9e0bd81aeda0f2b8adcae289ad5a7cc2c2..c0e7fa7ed58349c47cf61810656a35d04cf1ba0e 100644 (file)
@@ -8,6 +8,48 @@ include ../../buildlib/defaults.mak
 # Man pages
 SOURCE = apt-cache.fr.8 apt-get.fr.8 apt-cdrom.fr.8 apt.conf.fr.5 \
          sources.list.fr.5 apt-config.fr.8 apt-sortpkgs.fr.1 \
-        apt-ftparchive.fr.1 apt_preferences.fr.5 apt-extracttemplates.fr.1
+        apt-ftparchive.fr.1 apt_preferences.fr.5 apt-extracttemplates.fr.1 \
+        apt-key.fr.8
+
 INCLUDES = apt.ent.fr
-include $(XML_MANPAGE_H)
+
+doc: $(SOURCE) 
+
+$(SOURCE) ::  % : %.xml $(INCLUDES)
+       echo Creating man page $@
+       $(XMLTO) man $<
+
+apt-cache.fr.8:: apt-cache.8 
+       cp $< $@
+
+apt-get.fr.8:: apt-get.8
+       cp $< $@
+
+apt-cdrom.fr.8:: apt-cdrom.8 
+       cp $< $@
+
+apt.conf.fr.5:: apt.conf.5 
+       cp $< $@
+
+apt-config.fr.8:: apt-config.8 
+       cp $< $@
+
+sources.list.fr.5:: sources.list.5
+       cp $< $@
+
+apt-sortpkgs.fr.1:: apt-sortpkgs.1
+       cp $< $@
+
+apt-ftparchive.fr.1:: apt-ftparchive.1 
+       cp $< $@
+
+apt_preferences.fr.5:: apt_preferences.5
+       cp $< $@
+
+apt-extracttemplates.fr.1:: apt-extracttemplates.1
+       cp $< $@
+
+apt-key.fr.8:: apt-key.8 
+       cp $< $@
+
+
index e2aea1c772c4f9cecdf0a8248ba0b073d967b136..242155eff6771094a32334269e1405aa1973167b 100644 (file)
--- a/po/he.po
+++ b/po/he.po
@@ -639,8 +639,8 @@ msgstr "לא מצליח לתקן תלויות"
 #: cmdline/apt-get.cc:656
 msgid "Unable to minimize the upgrade set"
 msgstr ""
-+"א ז ה ר ה: החבילות החיוניות הבאות יוסרו\n"
-+"על הפעולה להעשות *רק* אם אתה יודע מה אתה עושה!"
+"א ז ה ר ה: החבילות החיוניות הבאות יוסרו\n"
+"על הפעולה להעשות *רק* אם אתה יודע מה אתה עושה!"
 
 #: cmdline/apt-get.cc:658
 msgid " Done"
index 0db59e6742568ac83770e3e022d2aa0897f8ffdb..c391d8fa1e71897bfec9564216101b0f22b77114 100644 (file)
Binary files a/share/debian-archive.gpg and b/share/debian-archive.gpg differ