aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorThomas Bushnell <tb@debian.org>2006-10-20 13:37:25 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:33 -0800
commit6ac4f52537ca366eeeac2c806207ea416b2a4b3d (patch)
tree38249b6a72b111ff58b4a032816d73af9cbd66a9 /debian/control
parent44ed6d53b9dcf6c05887151a25cb1a25e2d1ca08 (diff)
downloadscm-6ac4f52537ca366eeeac2c806207ea416b2a4b3d.tar.gz
scm-6ac4f52537ca366eeeac2c806207ea416b2a4b3d.zip
Import Debian changes 5e2-4debian/5e2-4
scm (5e2-4) unstable; urgency=medium * Medium urgency because this fixes the non-working xgen.scm and compile.scm programs. * debian/control (Standards-Version): Update to 3.7.2. * debian/control (Architecture): Change i386-hurd to hurd-i386. * scm.1 (.TH): Put in section number. * debian/doc-base: Put .gz suffix after info files, since that's how we install them. * debian/rules (binary-arch): Make compile.scm and xgen.scm executable. * xgen.scm (#!): Find /usr/bin/scm in correct place. * debian/control (Build-Depends): Add debhelper. * debian/rules (DH_VERBOSE): New variable; commented out. (checkdir): Delete variable; replace with dh_testdir. (checkroot): Delete target; replace with dh_testroot. (clean): Call dh_testroot. Remove build-stamp first in case something later bombs. Call dh_clean at the end. (binary-indep): Just depend on build and install and do nothing else. (install): New target. Most of the guts come here from binary-arch. Call debhelper stuff at the front. Install into debian/scm instead of debian/tmp. (binary-arch): Use debhelper commands to build the package. (.PHONY): Add install. * debian/compat: New file (level 5). * debian/postinst: Add #DEBHELPER# token. * debian/prerm: Add #DEBHELPER# token.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 2836518..ab2978d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: scm
Section: interpreters
Priority: optional
Maintainer: Thomas Bushnell, BSG <tb@debian.org>
-Standards-Version: 3.1.1
-Build-Depends: slib (>> 3a3), libncurses5-dev, libreadline5-dev, texi2html, texinfo, libx11-dev
+Standards-Version: 3.7.2
+Build-Depends: slib (>> 3a3), libncurses5-dev, libreadline5-dev, texi2html, texinfo, libx11-dev, debhelper (>= 5)
Package: scm
-Architecture: alpha amd64 arm hppa i386 i386-hurd m68k mips mipsel powerpc ppc64 sparc
+Architecture: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc
Section: interpreters
Priority: optional
Depends: slib, ${shlibs:Depends}