# HG changeset patch # User renatofilho # Date 1199465167 0 # Node ID 9434eecdece932bbbc534913643406f2d71b4a94 # Parent 781db4177ba2bd49bc4f08d9f3cc8ef55072cee9 [svn r893] automatized changelog dist var diff -r 781db4177ba2 -r 9434eecdece9 gmyth/configure.ac --- a/gmyth/configure.ac Fri Dec 21 14:07:54 2007 +0000 +++ b/gmyth/configure.ac Fri Jan 04 16:46:07 2008 +0000 @@ -37,6 +37,7 @@ DX_PS_FEATURE(OFF) DX_INIT_DOXYGEN(gmyth, doxygen.cfg, docs) + # Checks for libraries. # Checks for header files. @@ -297,8 +298,17 @@ AC_SUBST(LDFLAGS) AC_SUBST(LIBS) +#pkg debian flags +DISTRIB_CODENAME="$(cat /etc/lsb-release | grep DISTRIB_CODENAME | cut -d'=' -f2)" +if test "x$DISTRIB_CODENAME" = "x"; then + DISTRIB_CODENAME="chinook" +fi +AC_SUBST(DISTRIB_CODENAME) + + AC_OUTPUT([ Makefile +debian/changelog src/Makefile samples/Makefile tests/Makefile @@ -308,5 +318,5 @@ AC_MSG_NOTICE([Debug: Enabled]) else AC_MSG_NOTICE([Debug: Disabled]) -fi +fi diff -r 781db4177ba2 -r 9434eecdece9 gmyth/debian/changelog --- a/gmyth/debian/changelog Fri Dec 21 14:07:54 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -gmyth (0.4.2-chinook-indt1) unstable; urgency=low - - * Patch from Tim Philipp to fix debian/control libcurl dependency - - -- Hallyson Melo Mon, 08 Oct 2007 10:49:19 -0300 - -gmyth (0.4-indt1) unstable; urgency=low - - * Bug fixes - * Improvements in the schedule management (add all schedule, add exception, ...) - * GMythBackendInfo now has db_port - - -- Hallyson Melo Thu, 22 Aug 2007 14:46:08 -0300 - -gmyth (0.3) unstable; urgency=low - - * Update file_reader an serveral bug fixes; - - -- Renato Araujo Thu, 12 Apr 2007 14:46:08 -0300 - -gmyth (0.2) unstable; urgency=low - - * Included several http_requests in order to replace mysql queries (MythProtocol >= 33) - * Included remote file transcoding request and jobqueue request (need to apply patch) - * Included recording profile management (need to apply patch) - * Several bug fixes - - -- Hallyson Melo Mon, 5 Mar 2007 14:46:08 -0300 - -gmyth (0.1) unstable; urgency=low - - * Initial Maemo Package. - - -- Hallyson Melo Fri, 15 Sep 2006 10:26:16 -0300 - diff -r 781db4177ba2 -r 9434eecdece9 gmyth/debian/changelog.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gmyth/debian/changelog.in Fri Jan 04 16:46:07 2008 +0000 @@ -0,0 +1,41 @@ +gmyth (0.5-indt1) @DISTRIB_CODENAME@; urgency=low + + * bug fixes; + + -- Renato Araujo Fri, 04 Jan 2008 11:16:08 -0300 + +gmyth (0.4.2-chinook-indt1) unstable; urgency=low + + * Patch from Tim Philipp to fix debian/control libcurl dependency + + -- Hallyson Melo Mon, 08 Oct 2007 10:49:19 -0300 + +gmyth (0.4-indt1) unstable; urgency=low + + * Bug fixes + * Improvements in the schedule management (add all schedule, add exception, ...) + * GMythBackendInfo now has db_port + + -- Hallyson Melo Thu, 22 Aug 2007 14:46:08 -0300 + +gmyth (0.3) unstable; urgency=low + + * Update file_reader an serveral bug fixes; + + -- Renato Araujo Thu, 12 Apr 2007 14:46:08 -0300 + +gmyth (0.2) unstable; urgency=low + + * Included several http_requests in order to replace mysql queries (MythProtocol >= 33) + * Included remote file transcoding request and jobqueue request (need to apply patch) + * Included recording profile management (need to apply patch) + * Several bug fixes + + -- Hallyson Melo Mon, 5 Mar 2007 14:46:08 -0300 + +gmyth (0.1) unstable; urgency=low + + * Initial Maemo Package. + + -- Hallyson Melo Fri, 15 Sep 2006 10:26:16 -0300 +