diff options
author | Thomas Bushnell <tb@debian.org> | 2006-09-12 00:04:04 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:33 -0800 |
commit | 44ed6d53b9dcf6c05887151a25cb1a25e2d1ca08 (patch) | |
tree | e3bdf84f8ed78730b038362e6c499d32ea875d9a | |
parent | c502d7c07e578d1a30b64cfe63ef15f0a992bf12 (diff) | |
download | scm-debian/5e2-3.tar.gz scm-debian/5e2-3.zip |
Import Debian changes 5e2-3debian/5e2-3
scm (5e2-3) unstable; urgency=low
* debian/control (Architecture): Remove s390, officially unsupported by
upstream.
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 525a020..0f0b2f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +scm (5e2-3) unstable; urgency=low + + * debian/control (Architecture): Remove s390, officially unsupported by + upstream. + + -- Thomas Bushnell, BSG <tb@debian.org> Tue, 12 Sep 2006 00:04:04 -0700 + scm (5e2-2) unstable; urgency=low * debian/postinst: Rebuild the slib catalog every time. diff --git a/debian/control b/debian/control index 11d99fb..2836518 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.1.1 Build-Depends: slib (>> 3a3), libncurses5-dev, libreadline5-dev, texi2html, texinfo, libx11-dev Package: scm -Architecture: alpha amd64 arm hppa i386 i386-hurd m68k mips mipsel powerpc ppc64 s390 sparc +Architecture: alpha amd64 arm hppa i386 i386-hurd m68k mips mipsel powerpc ppc64 sparc Section: interpreters Priority: optional Depends: slib, ${shlibs:Depends} |