summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@celest.fr>2010-03-13 23:08:31 +0100
committerThomas Preud'homme <thomas.preudhomme@celest.fr>2010-04-09 16:43:00 +0200
commit7642642d80ab55cbf6092f927a36a5b1d4cebbd0 (patch)
tree76151874ee759bb54a5cbce4698dc97c98b120e1
parentc5475cffb3a2d7a7e1554b82d99e8ff0b690597b (diff)
Switch to dpkg-source 3.0 (quilt) format
-rw-r--r--.gitignore1
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
-rw-r--r--debian/source/format1
4 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..845ca06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.pc
diff --git a/debian/control b/debian/control
index 9984cb5..64b43bd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Aurélien GÉRÔME <ag@debian.org>
Uploaders: Thomas Preud'homme <robotux@celest.fr>, Arthur Loiret <arthur.loiret@gmail.com>
-Build-Depends: debhelper (>= 4), quilt, texi2html, texinfo, perl
+Build-Depends: debhelper (>= 4), texi2html, texinfo, perl
Standards-Version: 3.8.0
Homepage: http://www.tinycc.org/
DM-Upload-Allowed: yes
diff --git a/debian/rules b/debian/rules
index 1c85f29..35daa85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@ configure: configure-stamp
configure-stamp:
dh_testdir
- QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
./configure --prefix=/usr \
--mandir=/usr/share/man \
--docdir=/usr/share/doc
@@ -28,8 +27,6 @@ clean:
rm -f tcc-doc.info config.mak config.h config.texi libtcc1.a; \
rm -f tcc-doc.html tcc.1; \
fi
- QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
- rm -rf .pc
dh_clean
install: build
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)