Просмотр исходного кода

Add uClinux support to ostable and triplettable

Simon Richter лет назад: 17
Родитель
Сommit
28a8ec9ba0
3 измененных файлов с 6 добавлено и 0 удалено
  1. 2 0
      debian/changelog
  2. 2 0
      ostable
  3. 2 0
      triplettable

+ 2 - 0
debian/changelog

@@ -24,6 +24,8 @@ dpkg (1.15.4) UNRELEASED; urgency=low
   * Fix an always false test when trying to decide which package to deselect
   * Fix an always false test when trying to decide which package to deselect
     to resolve a dependency problem in dselect.
     to resolve a dependency problem in dselect.
   * Add uClibc Linux support to ostable and triplettable. Closes: #455501
   * Add uClibc Linux support to ostable and triplettable. Closes: #455501
+  * Add uClinux support to ostable and triplettable.
+    Thanks to Simon Richter <sjr@debian.org>.
 
 
   [ Raphael Hertzog ]
   [ Raphael Hertzog ]
   * Replace install-info by a wrapper around GNU's install-info. The wrapper
   * Replace install-info by a wrapper around GNU's install-info. The wrapper

+ 2 - 0
ostable

@@ -28,3 +28,5 @@ bsd-freebsd		freebsd			freebsd[^-]*
 bsd-netbsd		netbsd			netbsd[^-]*
 bsd-netbsd		netbsd			netbsd[^-]*
 bsd-openbsd		openbsd			openbsd[^-]*
 bsd-openbsd		openbsd			openbsd[^-]*
 sysv-solaris		solaris			solaris[^-]*
 sysv-solaris		solaris			solaris[^-]*
+uclibceabi-uclinux	uclinux-uclibceabi	uclinux[^-]*-uclibceabi
+uclibc-uclinux		uclinux-uclibc		uclinux[^-]*(-uclibc.*)?

+ 2 - 0
triplettable

@@ -17,3 +17,5 @@ bsd-openbsd-<cpu>	openbsd-<cpu>
 bsd-netbsd-<cpu>	netbsd-<cpu>
 bsd-netbsd-<cpu>	netbsd-<cpu>
 bsd-darwin-<cpu>	darwin-<cpu>
 bsd-darwin-<cpu>	darwin-<cpu>
 sysv-solaris-<cpu>	solaris-<cpu>
 sysv-solaris-<cpu>	solaris-<cpu>
+uclibceabi-uclinux-arm	uclinux-armel
+uclibc-uclinux-<cpu>	uclinux-<cpu>