[svn r717] fixes in the gmyth package. Now session is user/library and debug is disabled
1.1 --- a/gmyth/debian/control Thu May 24 21:41:18 2007 +0100
1.2 +++ b/gmyth/debian/control Thu May 24 22:28:10 2007 +0100
1.3 @@ -3,16 +3,16 @@
1.4 Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
1.5 Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
1.6 Standards-Version: 3.6.2
1.7 -Section: libs
1.8 +Section: user/library
1.9
1.10 Package: gmyth
1.11 -Section: libs
1.12 +Section: user/library
1.13 Architecture: any
1.14 Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3, libxml2, libglib2.0-0, libmysqlclient15 | libmysqlclient15off | libmysqlclient14
1.15 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.16
1.17 Package: gmyth-dev
1.18 -Section: libdevel
1.19 +Section: user/library
1.20 Architecture: any
1.21 Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev
1.22 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.
2.1 --- a/gmyth/debian/rules Thu May 24 21:41:18 2007 +0100
2.2 +++ b/gmyth/debian/rules Thu May 24 22:28:10 2007 +0100
2.3 @@ -11,7 +11,7 @@
2.4 maint: debian/control
2.5
2.6 common_conf_flags = \
2.7 - --enable-debug
2.8 + --disable-debug
2.9
2.10 # FIXME: should disable docs for arch only builds
2.11 DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)