[librep] autogenerate debian/control



commit 674db80d91ad0c4591c7b9728589f8a72b57cdc3
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Tue Dec 29 16:27:46 2009 +0100

    autogenerate debian/control

 ChangeLog                      |    3 +++
 configure.in                   |    2 +-
 debian/{control => control.in} |   13 ++++++++++---
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8c9be1c..4a38fce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
 
 	* man/news.texi: updated
 
+	* configure.in
+	* debian/control.in: generate debian/control from template
+
 2009-12-07  Christopher Bratusek <zanghar freenet de>
 	* man/Makefile.in: don't hardcode /usr in manpage installation path
 
diff --git a/configure.in b/configure.in
index 473770a..1c2c8c7 100644
--- a/configure.in
+++ b/configure.in
@@ -44,7 +44,7 @@ output_files="src/Makefile:Makedefs.in:src/Makefile.in\
  Makefile:Makedefs.in:Makefile.in\
  man/Makefile:Makedefs.in:man/Makefile.in\
  intl/Makefile librep.spec librep.pc librep.ebuild
- debian/changelog"
+ debian/changelog debian/control"
 
 dnl Find the system type
 AC_CANONICAL_HOST
diff --git a/debian/control b/debian/control.in
similarity index 91%
rename from debian/control
rename to debian/control.in
index 24109c2..61ee241 100644
--- a/debian/control
+++ b/debian/control.in
@@ -3,9 +3,16 @@ Section: lisp
 Priority: optional
 Maintainer: Christopher Roy Bratusek <zanghar freenet de>
 Standards-Version: 3.8.2
-Build-Depends: texinfo (>= 4.11-2), debhelper (>= 7), libgmp3-dev (>= 4.1.4-8),
- libgdbm-dev, libreadline6-dev | libreadline5-dev, libncurses5-dev, libtool,
- dpatch, autotools-dev
+Build-Depends: texinfo (>= 4.11-2),
+               debhelper (>= 7),
+               libgmp3-dev (>= 4.1.4-8),
+               libgdbm-dev,
+               libreadline6-dev | libreadline5-dev,
+               libncurses5-dev,
+               libtool,
+               dpatch,
+               autotools-dev,
+               libffi-dev (>= @FFI_MIN_VER@)
 Homepage: http://sawfish.wikia.com/
 
 Package: rep



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]