[svn r893] automatized changelog dist var trunk
authorrenatofilho
Fri Jan 04 16:46:07 2008 +0000 (2008-01-04)
branchtrunk
changeset 8879434eecdece9
parent 886 781db4177ba2
child 888 f1af7f8cd7d9
[svn r893] automatized changelog dist var
gmyth/configure.ac
gmyth/debian/changelog
gmyth/debian/changelog.in
     1.1 --- a/gmyth/configure.ac	Fri Dec 21 14:07:54 2007 +0000
     1.2 +++ b/gmyth/configure.ac	Fri Jan 04 16:46:07 2008 +0000
     1.3 @@ -37,6 +37,7 @@
     1.4  DX_PS_FEATURE(OFF)
     1.5  DX_INIT_DOXYGEN(gmyth, doxygen.cfg, docs)
     1.6  
     1.7 +
     1.8  # Checks for libraries.
     1.9  
    1.10  # Checks for header files.
    1.11 @@ -297,8 +298,17 @@
    1.12  AC_SUBST(LDFLAGS)
    1.13  AC_SUBST(LIBS)
    1.14  
    1.15 +#pkg debian flags
    1.16 +DISTRIB_CODENAME="$(cat /etc/lsb-release | grep DISTRIB_CODENAME | cut -d'=' -f2)"
    1.17 +if test "x$DISTRIB_CODENAME" = "x"; then
    1.18 +    DISTRIB_CODENAME="chinook"
    1.19 +fi
    1.20 +AC_SUBST(DISTRIB_CODENAME)
    1.21 +
    1.22 +
    1.23  AC_OUTPUT([
    1.24  Makefile
    1.25 +debian/changelog
    1.26  src/Makefile
    1.27  samples/Makefile
    1.28  tests/Makefile
    1.29 @@ -308,5 +318,5 @@
    1.30      AC_MSG_NOTICE([Debug: Enabled])
    1.31  else
    1.32      AC_MSG_NOTICE([Debug: Disabled])
    1.33 -fi          
    1.34 +fi
    1.35  
     2.1 --- a/gmyth/debian/changelog	Fri Dec 21 14:07:54 2007 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,35 +0,0 @@
     2.4 -gmyth (0.4.2-chinook-indt1) unstable; urgency=low
     2.5 -
     2.6 -  * Patch from Tim Philipp to fix debian/control libcurl dependency
     2.7 -
     2.8 - -- Hallyson Melo <hallyson.melo@indt.org.br>  Mon,  08 Oct 2007 10:49:19 -0300
     2.9 -
    2.10 -gmyth (0.4-indt1) unstable; urgency=low
    2.11 -
    2.12 -  * Bug fixes
    2.13 -  * Improvements in the schedule management (add all schedule, add exception, ...)
    2.14 -  * GMythBackendInfo now has db_port
    2.15 -
    2.16 - -- Hallyson Melo <hallyson.melo@indt.org.br>  Thu,  22 Aug 2007 14:46:08 -0300
    2.17 -
    2.18 -gmyth (0.3) unstable; urgency=low
    2.19 -
    2.20 -  * Update file_reader an serveral bug fixes;
    2.21 -
    2.22 - -- Renato Araujo <renato.filho@indt.org.br>  Thu,  12 Apr 2007 14:46:08 -0300
    2.23 -
    2.24 -gmyth (0.2) unstable; urgency=low
    2.25 -
    2.26 -  * Included several http_requests in order to replace mysql queries (MythProtocol >= 33)
    2.27 -  * Included remote file transcoding request and jobqueue request (need to apply patch)
    2.28 -  * Included recording profile management (need to apply patch)
    2.29 -  * Several bug fixes
    2.30 -
    2.31 - -- Hallyson Melo <hallyson.melo@indt.org.br>  Mon,  5 Mar 2007 14:46:08 -0300
    2.32 -
    2.33 -gmyth (0.1) unstable; urgency=low
    2.34 -
    2.35 -  * Initial Maemo Package.
    2.36 -
    2.37 - -- Hallyson Melo <hallyson.melo@indt.org.br>  Fri, 15 Sep 2006 10:26:16 -0300
    2.38 -
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/gmyth/debian/changelog.in	Fri Jan 04 16:46:07 2008 +0000
     3.3 @@ -0,0 +1,41 @@
     3.4 +gmyth (0.5-indt1) @DISTRIB_CODENAME@; urgency=low
     3.5 +
     3.6 +  * bug fixes;
     3.7 +
     3.8 + -- Renato Araujo <renato.filho@indt.org.br>  Fri,  04 Jan 2008 11:16:08 -0300
     3.9 +
    3.10 +gmyth (0.4.2-chinook-indt1) unstable; urgency=low
    3.11 +
    3.12 +  * Patch from Tim Philipp to fix debian/control libcurl dependency
    3.13 +
    3.14 + -- Hallyson Melo <hallyson.melo@indt.org.br>  Mon,  08 Oct 2007 10:49:19 -0300
    3.15 +
    3.16 +gmyth (0.4-indt1) unstable; urgency=low
    3.17 +
    3.18 +  * Bug fixes
    3.19 +  * Improvements in the schedule management (add all schedule, add exception, ...)
    3.20 +  * GMythBackendInfo now has db_port
    3.21 +
    3.22 + -- Hallyson Melo <hallyson.melo@indt.org.br>  Thu,  22 Aug 2007 14:46:08 -0300
    3.23 +
    3.24 +gmyth (0.3) unstable; urgency=low
    3.25 +
    3.26 +  * Update file_reader an serveral bug fixes;
    3.27 +
    3.28 + -- Renato Araujo <renato.filho@indt.org.br>  Thu,  12 Apr 2007 14:46:08 -0300
    3.29 +
    3.30 +gmyth (0.2) unstable; urgency=low
    3.31 +
    3.32 +  * Included several http_requests in order to replace mysql queries (MythProtocol >= 33)
    3.33 +  * Included remote file transcoding request and jobqueue request (need to apply patch)
    3.34 +  * Included recording profile management (need to apply patch)
    3.35 +  * Several bug fixes
    3.36 +
    3.37 + -- Hallyson Melo <hallyson.melo@indt.org.br>  Mon,  5 Mar 2007 14:46:08 -0300
    3.38 +
    3.39 +gmyth (0.1) unstable; urgency=low
    3.40 +
    3.41 +  * Initial Maemo Package.
    3.42 +
    3.43 + -- Hallyson Melo <hallyson.melo@indt.org.br>  Fri, 15 Sep 2006 10:26:16 -0300
    3.44 +