[svn r878] Added gmyth-dbus/debian files for package generation trunk
authormelunko
Thu Oct 25 18:43:23 2007 +0100 (2007-10-25)
branchtrunk
changeset 872c91d9f4d142f
parent 871 49947675bace
child 873 f580fba841bf
[svn r878] Added gmyth-dbus/debian files for package generation
gmyth-dbus/debian/changelog
gmyth-dbus/debian/compat
gmyth-dbus/debian/control
gmyth-dbus/debian/rules
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gmyth-dbus/debian/changelog	Thu Oct 25 18:43:23 2007 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +gmyth-dbus (0.1) unstable; urgency=low
     1.5 +
     1.6 +  * Initial Package.
     1.7 +
     1.8 + -- Hallyson Melo <hallyson.melo@indt.org.br>  Fri, 25 Oct 2006 14:00:16 -0300
     1.9 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gmyth-dbus/debian/compat	Thu Oct 25 18:43:23 2007 +0100
     2.3 @@ -0,0 +1,1 @@
     2.4 +4
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/gmyth-dbus/debian/control	Thu Oct 25 18:43:23 2007 +0100
     3.3 @@ -0,0 +1,13 @@
     3.4 +Source: gmyth-dbus
     3.5 +Priority: optional
     3.6 +Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
     3.7 +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), gmyth-dev (>= 0.4), libdbus-glib-1-dev
     3.8 +Standards-Version: 3.6.2
     3.9 +Section: user/library
    3.10 +
    3.11 +Package: gmyth-dbus
    3.12 +Section: user/library
    3.13 +Architecture: any
    3.14 +Depends: ${shlibs:Depends}, ${misc:Depends}, gmyth (>= 0.4), libdbus-glib-1-2
    3.15 +Description: The gmyth dbus interface.
    3.16 +
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/gmyth-dbus/debian/rules	Thu Oct 25 18:43:23 2007 +0100
     4.3 @@ -0,0 +1,20 @@
     4.4 +#!/usr/bin/make -f
     4.5 +
     4.6 +include /usr/share/cdbs/1/rules/debhelper.mk
     4.7 +include /usr/share/cdbs/1/class/autotools.mk
     4.8 +include /usr/share/cdbs/1/rules/simple-patchsys.mk
     4.9 +include /usr/share/cdbs/1/rules/utils.mk
    4.10 +
    4.11 +# debian package version
    4.12 +version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
    4.13 +
    4.14 +maint: debian/control
    4.15 +
    4.16 +common_conf_flags = \
    4.17 +	--disable-debug
    4.18 +
    4.19 +# FIXME: should disable docs for arch only builds
    4.20 +DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)
    4.21 +
    4.22 +
    4.23 +.PHONY: maint