# HG changeset patch # User melunko # Date 1180042090 -3600 # Node ID 50d02bc344b7b4f9eff5fba28f8387c78e4ab15f # Parent 320440ee97df4d6e2a622352738496b0634bbc66 [svn r717] fixes in the gmyth package. Now session is user/library and debug is disabled diff -r 320440ee97df -r 50d02bc344b7 gmyth/debian/control --- a/gmyth/debian/control Thu May 24 21:41:18 2007 +0100 +++ b/gmyth/debian/control Thu May 24 22:28:10 2007 +0100 @@ -3,16 +3,16 @@ Maintainer: Hallyson Melo 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 Standards-Version: 3.6.2 -Section: libs +Section: user/library Package: gmyth -Section: libs +Section: user/library Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libcurl3, libxml2, libglib2.0-0, libmysqlclient15 | libmysqlclient15off | libmysqlclient14 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. Package: gmyth-dev -Section: libdevel +Section: user/library Architecture: any Depends: gmyth (= ${Source-Version}), libcurl3, libcurl3-openssl-dev, libxml2-dev, libglib2.0-dev, libmysqlclient15-dev | libmysqlclient14-dev 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. diff -r 320440ee97df -r 50d02bc344b7 gmyth/debian/rules --- a/gmyth/debian/rules Thu May 24 21:41:18 2007 +0100 +++ b/gmyth/debian/rules Thu May 24 22:28:10 2007 +0100 @@ -11,7 +11,7 @@ maint: debian/control common_conf_flags = \ - --enable-debug + --disable-debug # FIXME: should disable docs for arch only builds DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)