[Pkg-e-commits] [SCM] Enlightenment DR17 virtual machine branch, master, updated. debian/0.9.9.050-1-292-g27bb91c
Albin Tonnerre
albin.tonnerre at gmail.com
Thu Feb 5 01:32:43 UTC 2009
The following commit has been merged in the master branch:
commit 27bb91c82c334af76011287a0562e9e8cef85a27
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Wed Feb 4 20:15:51 2009 +0100
New SVN snapshot
diff --git a/debian/changelog b/debian/changelog
index b0592ae..99d97bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+embryo (0.9.9.050+svn20090204-1) experimental; urgency=low
+
+ * New SVN snapshot
+ - Use new 'make doc' target to generate the documentation:
+ + Add --enable-doc to configure options
+ + use 'make doc'
+ + build-depend on doxygen
+ * Use a proper short description for libembryo-dbg
+ * [lintian] Add ${misc:Depends} to Depends
+
+ -- Albin Tonnerre <albin.tonnerre at gmail.com> Wed, 04 Feb 2009 20:11:52 +0100
+
embryo (0.9.9.050-1) experimental; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index afee42f..743d536 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Pkg-e Team <pkg-e-devel at lists.alioth.debian.org>
Uploaders: Albin Tonnerre <albin.tonnerre at gmail.com>,
Jan Lübbe <jluebbe at debian.org>, Xavier Oswald <x.oswald at free.fr>
-Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs
+Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, doxygen
Standards-Version: 3.8.0
Vcs-Git: git://git.debian.org/pkg-e/libs/embryo.git
Vcs-Browser: http://git.debian.org/?p=pkg-e/libs/embryo.git
@@ -13,7 +13,7 @@ Homepage: http://www.enlightenment.org
Package: libembryo-dev
Section: libdevel
Architecture: any
-Depends: libembryo0 (= ${binary:Version}), pkg-config
+Depends: ${misc:Depends}, libembryo0 (= ${binary:Version}), pkg-config
Description: Development files for libembryo0
Embryo is primarily a shared library that gives you an API to load
and control interpreted programs compiled into an abstract machine
@@ -25,7 +25,7 @@ Description: Development files for libembryo0
Package: libembryo0
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: libembryo-bin
Description: SMALL-based abstract machine (AMX) bytecode interpreter
Embryo is primarily a shared library that gives you an API to load
@@ -47,6 +47,7 @@ Description: SMALL-based abstract machine (AMX) bytecode interpreter
Package: libembryo-doc
Section: doc
Architecture: all
+Depends: ${misc:Depends}
Enhances: libembryo-dev
Description: libembryo0 development documentation
Embryo is primarily a shared library that gives you an API to load
@@ -60,9 +61,9 @@ Description: libembryo0 development documentation
Package: libembryo-dbg
Architecture: any
Section: libdevel
-Depends: libembryo0 (= ${binary:Version})
+Depends: ${misc:Depends}, libembryo0 (= ${binary:Version})
Priority: extra
-Description: SMALL-based abstract machine (AMX) bytecode interpreter
+Description: Debugging symbols for libembryo
Embryo is primarily a shared library that gives you an API to load
and control interpreted programs compiled into an abstract machine
bytecode that it understands. This abstract (or virtual) machine is
@@ -77,7 +78,7 @@ Description: SMALL-based abstract machine (AMX) bytecode interpreter
Package: libembryo-bin
Section: devel
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: SMALL compiler creating Embryo bytecode
Embryo is primarily a shared library that gives you an API to load
and control interpreted programs compiled into an abstract machine
diff --git a/debian/rules b/debian/rules
index 89f9ac0..d8811d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,12 @@ include /usr/share/cdbs/1/rules/debhelper.mk
CFLAGS += -fvisibility=hidden
+build/libembryo-doc::
+ $(MAKE) doc
+
install/libembryo-doc::
cp -R $(DEB_SRCDIR)/doc/html debian/libembryo-doc/usr/share/doc/libembryo-doc/
#DEB_INSTALL_MANPAGES_libembryo-doc := $(DEB_SRCDIR)/doc/man/man3/*.3
DEB_DH_STRIP_ARGS := --dbg-package=libembryo-dbg
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --enable-doc
--
Enlightenment DR17 virtual machine
More information about the Pkg-e-commits
mailing list