diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-01 13:15:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-10-01 13:15:08 +0200 |
commit | a5d26f7b62414ed38e1815a49a864b15df2e9694 (patch) | |
tree | d63dc2036a39e716daf18e3c915fafb2fcba6674 | |
parent | b9eca300d719eb7ea3a6663e2c3ecbe4803ad5f2 (diff) |
change Build-Depends to scons >= 3.0
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c270cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.bzr +.bzrignore +.pc
\ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 18c67c3..1d69496 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -scons-doc (3.0.0-1) UNRELEASED; urgency=medium +scons-doc (3.0.0+repack-1) UNRELEASED; urgency=medium * New upstream release. - Refresh patches: diff --git a/debian/control b/debian/control index 25bfb62..bd0f649 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org> Build-Depends: debhelper (>= 10), - scons (>= 2.5) + scons (>= 3.0) Build-Depends-Indep: openjdk-8-jre, docbook-utils, @@ -21,7 +21,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/scons-doc.git Package: scons-doc Architecture: all Depends: ${misc:Depends} -Suggests: scons (>= 2.5) +Suggests: scons (>= 3.0) Description: Documentation for SCons, a replacement for Make SCons is a make replacement providing a range of enhanced features such as automated dependency generation and built in compilation cache |