From 0c0108e562f60ae79553c2e3072a315164513a69 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 11 Jun 2012 16:48:04 -0600 Subject: [PATCH] lose the sdccman.ps build since it's big and annoying move to new source format, losing the quilt build dependency --- debian/cc1111.doc-base | 8 -------- debian/cc1111.install | 1 - debian/control | 2 +- debian/rules | 7 +++---- debian/source/format | 1 + 5 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 debian/cc1111.doc-base create mode 100644 debian/source/format diff --git a/debian/cc1111.doc-base b/debian/cc1111.doc-base deleted file mode 100644 index 9a778fd..0000000 --- a/debian/cc1111.doc-base +++ /dev/null @@ -1,8 +0,0 @@ -Document: sdcc -Title: SDCC Compiler User Guide -Author: Johan Knol -Abstract: This is the user manual for the SDCC Compiler. -Section: Programming - -Format: postscript -Files: /usr/share/doc/cc1111/sdccman.ps.gz diff --git a/debian/cc1111.install b/debian/cc1111.install index c62f9ec..1580527 100644 --- a/debian/cc1111.install +++ b/debian/cc1111.install @@ -1,4 +1,3 @@ -usr/share/doc/cc1111/sdccman.ps usr/bin/aslink usr/bin/asx8051 usr/bin/asranlib diff --git a/debian/control b/debian/control index df0aece..826a9f9 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Bdale Garbee Uploaders: Keith Packard Build-Depends: debhelper (>=7), autoconf, autotools-dev, libtool, flex, bison, - libncurses5-dev, gputils, lyx, texlive, ghostscript, quilt, xindy + libncurses5-dev, gputils, ghostscript Standards-Version: 3.9.3 Homepage: http://sdcc.sourceforge.net diff --git a/debian/rules b/debian/rules index f0a0ea2..2b11ad8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,5 @@ #!/usr/bin/make -f -include /usr/share/quilt/quilt.make export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script @@ -59,7 +58,7 @@ clean-patched: dh_clean configure: configure-stamp -configure-stamp: $(QUILT_STAMPFN) +configure-stamp: dh_testdir mkdir -p $(CURDIR)/build cp /usr/share/misc/config.sub sim/ucsim/config.sub @@ -89,7 +88,7 @@ build-indep: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) - cd doc && lyx -e ps sdccman.lyx +# cd doc && lyx -e ps sdccman.lyx touch $@ install: install-stamp @@ -100,7 +99,7 @@ install-stamp: build dh_prep $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr mkdir -p debian/tmp/usr/share/doc/cc1111 - install -o root -g root -m 644 doc/sdccman.ps debian/tmp/usr/share/doc/cc1111 +# install -o root -g root -m 644 doc/sdccman.ps debian/tmp/usr/share/doc/cc1111 mv debian/tmp/usr/share/doc/sdcc/* debian/tmp/usr/share/doc/cc1111/ # Add some scripts mkdir -p debian/tmp/usr/share/sdcc/scripts diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- 2.30.2