~ubuntu-branches/ubuntu/vivid/mediatomb/vivid

« back to all changes in this revision

Viewing changes to debian/patches/configure_message.patch

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2008-03-02 13:09:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080302130916-zlljdze3kt7vuq4b
Tags: 0.11.0-1
* New upstream release.
* Include message about which inotify headers will be used when enabling
  inotify runtime support.
* Fixed error with use of INTERFACE in init script. Also removed use of -m
  option.
* Including new config.xml options.
* Added more build dependencies for new upstream release.
* Removed build dependency of libid3-dev, taglib is now preferred.
* mediatomb.xpm and manpage.xml is now included in orig tarball.
* inotify patch is not needed anymore.
* md5 patch has been committed upstream and is no longer needed. Also removed
  README.Debian.
* TwinHelix PNG fix is now used. Removed from TODO.
* Adding dependency of iceweasel for mediatomb package.
* Updated copyright file.
* Updated watch file.
* Updated rules file for proper configure options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Displaying an extra notice when inotify runtime support is enabled.
 
2
=====================================================================
 
3
--- ./configure.ac.bak  2008-03-02 14:32:08.000000000 -0500
 
4
+++ ./configure.ac      2008-03-02 14:33:04.000000000 -0500
 
5
@@ -2933,6 +2933,7 @@
 
6
         # if system inotify header exists, go with it, otherwise take our own
 
7
         if test "x$ac_cv_header_sys_inotify_h" = xyes; then
 
8
              AC_DEFINE([SYS_INOTIFY_H_OK],[1],[sys/inotify.h exists])
 
9
+             AC_MSG_NOTICE([using system inotify headers])
 
10
         fi
 
11
         AC_DEFINE([HAVE_INOTIFY], [1], [inotify presence])
 
12
         AC_SUBST(INOTIFY_CXXFLAGS)