The unified diff between revisions [d2493523..] and [ddd2535a..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "debian/control" # from [0e67960569e66ed9f7259c5d5c413a99c0216746] # to [fc682d034d39a37e20ded68b32b8e5216710faa4] # # patch "debian/rules" # from [02a09110b95a38b85ae552b7dcc3621b487c3b36] # to [3091fd8d98d9cc3c0902d83625611f440f33e8ae] # # patch "debian/source/format" # from [61652cd1568dcf2614df833eba241755eee34e89] # to [1064dc0ce263680c076a1005f35ec906a5cf5a32] # ============================================================ --- debian/control 0e67960569e66ed9f7259c5d5c413a99c0216746 +++ debian/control fc682d034d39a37e20ded68b32b8e5216710faa4 @@ -4,7 +4,7 @@ DM-Upload-Allowed: yes Maintainer: Reto Buerki <reet@codelabs.ch> Uploaders: Xavier Grave <xavier.grave@ipno.in2p3.fr>, Ludovic Brenta <lbrenta@debian.org> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7), quilt, +Build-Depends: debhelper (>= 7), automake, autotools-dev, libtool, gnat, gnat-4.4 (>= 4.4.2-6), python Build-Depends-Indep: ghostscript, texi2html, texlive-formats-extra, texlive-generic-recommended, transfig, texinfo ============================================================ --- debian/rules 02a09110b95a38b85ae552b7dcc3621b487c3b36 +++ debian/rules 3091fd8d98d9cc3c0902d83625611f440f33e8ae @@ -1,7 +1,5 @@ #!/usr/bin/make -f -include /usr/share/quilt/quilt.make - # 2 . 6 . 0 ~20090423-1 regexp := ^Version: ([^.]+)\.([^.]+)\.([^~]+)~([^-]*)-(.*) major := $(shell dpkg-parsechangelog | grep "^Version: " | sed -r 's/$(regexp)/\1/') @@ -55,7 +53,7 @@ build-arch: build-stamp touch $@ build-arch: build-stamp -build-stamp: $(QUILT_STAMPFN) configure-stamp dirs +build-stamp: configure-stamp dirs dh_testdir gcc -c -o STATIC/src/csupport.o -Isrc -g -O2 src/csupport.c @@ -73,14 +71,13 @@ build-doc: build-doc-stamp touch $@ build-doc: build-doc-stamp -build-doc-stamp: $(QUILT_STAMPFN) configure-stamp dirs +build-doc-stamp: configure-stamp dirs dh_testdir $(MAKE) -C docs $(MAKE) -C docs prefix=$(CURDIR)/debian/tmp/usr install-data-local touch $@ - -clean: unpatch +clean: dh_testdir dh_testroot dh_clean build-stamp @@ -168,4 +165,4 @@ binary: binary-indep binary-arch dh_builddeb -a binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install patch +.PHONY: build clean binary-indep binary-arch binary install ============================================================ --- debian/source/format 61652cd1568dcf2614df833eba241755eee34e89 +++ debian/source/format 1064dc0ce263680c076a1005f35ec906a5cf5a32 @@ -1 +1 @@ -1.0 +3.0 (quilt)