From 6ac4f52537ca366eeeac2c806207ea416b2a4b3d Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Fri, 20 Oct 2006 13:37:25 -0700 Subject: Import Debian changes 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. --- Xlibscm.html | 6 +-- debian/changelog | 35 +++++++++++++ debian/compat | 1 + debian/control | 6 +-- debian/doc-base | 4 +- debian/postinst | 2 + debian/prerm | 2 + debian/rules | 155 +++++++++++++++++++++++++++++++++---------------------- scm.1 | 2 +- xgen.scm | 2 +- 10 files changed, 142 insertions(+), 73 deletions(-) create mode 100644 debian/compat diff --git a/Xlibscm.html b/Xlibscm.html index 2b1dd0c..a33b38b 100644 --- a/Xlibscm.html +++ b/Xlibscm.html @@ -1,6 +1,6 @@ - +