[svn r201] Changed debian/control to enable two different packages gmyth and gmyth-dev trunk
authormelunko
Wed Dec 06 01:32:43 2006 +0000 (2006-12-06)
branchtrunk
changeset 200cc92e11a0c71
parent 199 4bed4ce6b681
child 201 0d1244aabe17
[svn r201] Changed debian/control to enable two different packages gmyth and gmyth-dev
gmyth/debian/control
gmyth/debian/control.in
gmyth/debian/gmyth-dev.install
gmyth/debian/gmyth.install
gmyth/debian/rules
     1.1 --- a/gmyth/debian/control	Wed Dec 06 00:10:35 2006 +0000
     1.2 +++ b/gmyth/debian/control	Wed Dec 06 01:32:43 2006 +0000
     1.3 @@ -1,16 +1,19 @@
     1.4 -Source: gmyth 
     1.5 -Section: user/accessories
     1.6 +Source: gmyth
     1.7  Priority: optional
     1.8 -Maintainer: Hallyson Melo <hallyson.melo@indt.org.br> 
     1.9 -Build-Depends: debhelper, libgtk2.0-dev (>= 2.4.0),
    1.10 +Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
    1.11 +Build-Depends: debhelper (>= 4.0.0)
    1.12  Standards-Version: 3.6.2
    1.13 +Section: libs
    1.14  
    1.15  Package: gmyth
    1.16 +Section: libs
    1.17  Architecture: any
    1.18  Depends: ${shlibs:Depends}, ${misc:Depends}
    1.19 -Provides: MythTV
    1.20 -Description: MythTV frontend
    1.21 - NONONONONONONONONONONONONONONONONO
    1.22 - NONONONONONONONONONONo
    1.23 - .
    1.24 - NONNONONONON
    1.25 +Description: The gmyth library binary files. GMyth is a library intended to access mythtv backend functionalities from a glib/gobject perspective. It includes access to the program guide, recorded programs, scheduling, etc.
    1.26 +
    1.27 +Package: gmyth-dev
    1.28 +Section: libdevel
    1.29 +Architecture: any
    1.30 +Depends: gmyth (= ${Source-Version})
    1.31 +Description: The gmyth library development files. GMyth is a library intended to access mythtv backend functionalities from a glib/gobject perspective. It includes access to the program guide, recorded programs, scheduling, etc.
    1.32 +
     2.1 --- a/gmyth/debian/control.in	Wed Dec 06 00:10:35 2006 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,16 +0,0 @@
     2.4 -Source: gmyth 
     2.5 -Section: user/accessories
     2.6 -Priority: optional
     2.7 -Maintainer: Hallyson Melo <hallyson.melo@indt.org.br> 
     2.8 -Build-Depends: debhelper, libgtk2.0-dev (>= 2.4.0),
     2.9 -Standards-Version: 3.6.2
    2.10 -
    2.11 -Package: gmyth
    2.12 -Architecture: any
    2.13 -Depends: ${shlibs:Depends}, ${misc:Depends}
    2.14 -Provides: MythTV
    2.15 -Description: MythTV frontend
    2.16 - NONONONONONONONONONONONONONONONONO
    2.17 - NONONONONONONONONONONo
    2.18 - .
    2.19 - NONNONONONON
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/gmyth/debian/gmyth-dev.install	Wed Dec 06 01:32:43 2006 +0000
     3.3 @@ -0,0 +1,6 @@
     3.4 +debian/tmp/usr/include/*
     3.5 +debian/tmp/usr/lib/lib*.a
     3.6 +debian/tmp/usr/lib/lib*.so
     3.7 +debian/tmp/usr/lib/pkgconfig/*
     3.8 +debian/tmp/usr/lib/*.la
     3.9 +debian/tmp/usr/share/pkgconfig/*
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/gmyth/debian/gmyth.install	Wed Dec 06 01:32:43 2006 +0000
     4.3 @@ -0,0 +1,1 @@
     4.4 +debian/tmp/usr/lib/lib*.so.*
     5.1 --- a/gmyth/debian/rules	Wed Dec 06 00:10:35 2006 +0000
     5.2 +++ b/gmyth/debian/rules	Wed Dec 06 01:32:43 2006 +0000
     5.3 @@ -1,15 +1,20 @@
     5.4  #!/usr/bin/make -f
     5.5 -# -*- mode: makefile; coding: utf-8 -*-
     5.6  
     5.7  include /usr/share/cdbs/1/rules/debhelper.mk
     5.8 -include /usr/share/cdbs/1/class/gnome.mk
     5.9 +include /usr/share/cdbs/1/class/autotools.mk
    5.10  include /usr/share/cdbs/1/rules/simple-patchsys.mk
    5.11 -include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
    5.12 +include /usr/share/cdbs/1/rules/utils.mk
    5.13  
    5.14 -DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr
    5.15 +# debian package version
    5.16 +version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
    5.17  
    5.18 -#binary-install/gmyth::
    5.19 -#	/usr/bin/install -p -m 644 debian/gmyth.png `pwd`/debian/gmyth/usr/share/pixmaps
    5.20 -#	/usr/bin/install -p -m 644 debian/mmyth.desktop `pwd`/debian/mmyth/usr/share/applications/hildon
    5.21 -#	/usr/bin/install -p -m 644 debian/mmyth.service `pwd`/debian/mmyth/usr/share/dbus-1/services
    5.22 +maint: debian/control
    5.23  
    5.24 +common_conf_flags = \
    5.25 +	--disable-debug
    5.26 +
    5.27 +# FIXME: should disable docs for arch only builds
    5.28 +DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)
    5.29 +
    5.30 +
    5.31 +.PHONY: maint