lose the sdccman.ps build since it's big and annoying
authorBdale Garbee <bdale@gag.com>
Mon, 11 Jun 2012 22:48:04 +0000 (16:48 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 11 Jun 2012 22:48:04 +0000 (16:48 -0600)
move to new source format, losing the quilt build dependency

debian/cc1111.doc-base [deleted file]
debian/cc1111.install
debian/control
debian/rules
debian/source/format [new file with mode: 0644]

diff --git a/debian/cc1111.doc-base b/debian/cc1111.doc-base
deleted file mode 100644 (file)
index 9a778fd..0000000
+++ /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
index c62f9ec355af870cd8d42150185a9cd6635c9035..1580527426e177e495ec469f927ddb496619b6a0 100644 (file)
@@ -1,4 +1,3 @@
-usr/share/doc/cc1111/sdccman.ps
 usr/bin/aslink
 usr/bin/asx8051
 usr/bin/asranlib
index df0aece9f5735753965ac0f3ffb8b472a368af29..826a9f928ffcfa0417a949347522872a23437b19 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
 Uploaders: Keith Packard <keithp@keithp.com>
 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
 
index f0a0ea22bc31573933e369562f5e3cd4140bdac7..2b11ad8e11fef2978f024fc3a6d65c3f2f474e98 100755 (executable)
@@ -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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)