# HG changeset patch # User melunko # Date 1193334203 -3600 # Node ID c91d9f4d142fe98381533070f701c4dd71537c6a # Parent 49947675baceaf15a7d19dd87e92ccde1068f840 [svn r878] Added gmyth-dbus/debian files for package generation diff -r 49947675bace -r c91d9f4d142f gmyth-dbus/debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth-dbus/debian/changelog Thu Oct 25 18:43:23 2007 +0100 @@ -0,0 +1,6 @@ +gmyth-dbus (0.1) unstable; urgency=low + + * Initial Package. + + -- Hallyson Melo Fri, 25 Oct 2006 14:00:16 -0300 + diff -r 49947675bace -r c91d9f4d142f gmyth-dbus/debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth-dbus/debian/compat Thu Oct 25 18:43:23 2007 +0100 @@ -0,0 +1,1 @@ +4 diff -r 49947675bace -r c91d9f4d142f gmyth-dbus/debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth-dbus/debian/control Thu Oct 25 18:43:23 2007 +0100 @@ -0,0 +1,13 @@ +Source: gmyth-dbus +Priority: optional +Maintainer: Hallyson Melo +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), gmyth-dev (>= 0.4), libdbus-glib-1-dev +Standards-Version: 3.6.2 +Section: user/library + +Package: gmyth-dbus +Section: user/library +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gmyth (>= 0.4), libdbus-glib-1-2 +Description: The gmyth dbus interface. + diff -r 49947675bace -r c91d9f4d142f gmyth-dbus/debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth-dbus/debian/rules Thu Oct 25 18:43:23 2007 +0100 @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk + +# debian package version +version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) + +maint: debian/control + +common_conf_flags = \ + --disable-debug + +# FIXME: should disable docs for arch only builds +DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags) + + +.PHONY: maint