Kaynağa Gözat

Update archtable to reflect current archive: Add amd64 and remove
sh. Closes: #367329

Frank Lichtenheld 20 yıl önce
ebeveyn
işleme
57d7fe78a5
3 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 3 0
      ChangeLog
  2. 1 1
      debian/archtable
  3. 2 0
      debian/changelog

+ 3 - 0
ChangeLog

@@ -1,5 +1,8 @@
 2006-05-15  Frank Lichtenheld  <djpig@debian.org>
 
+	* debian/archtable: Update to reflect current
+	archive: Add amd64 and remove sh.
+
 	* src/depcon.c (findbreakcyclerecursive): Try
 	to find cycles also by moving up Provides links.
 

+ 1 - 1
debian/archtable

@@ -14,6 +14,7 @@
 i486-linux-gnu			i386
 ia64-linux-gnu			ia64
 alpha-linux-gnu			alpha
+x86_64-linux-gnu		amd64
 arm-linux-gnu			arm
 hppa-linux-gnu			hppa
 m68k-linux-gnu			m68k
@@ -21,6 +22,5 @@ mips-linux-gnu			mips
 mipsel-linux-gnu		mipsel
 powerpc-linux-gnu		powerpc
 s390-linux-gnu			s390
-sh-linux-gnu			sh
 sparc-linux-gnu			sparc
 i486-gnu			hurd-i386

+ 2 - 0
debian/changelog

@@ -30,6 +30,8 @@ dpkg (1.13.20~) UNRELEASED; urgency=low
     Ian Jackson. Closes: #315784, #313605
   * Try harder to detect dependency cycles that contain Provides
     links. Closes: #349120, #349442
+  * Update archtable to reflect current archive: Add amd64 and remove
+    sh. Closes: #367329
 
   [ Nicolas François ]
   * fix typos in the Russian man pages. Thanks to Stepan Golosunov.