~ubuntu-branches/ubuntu/quantal/mlt++/quantal

« back to all changes in this revision

Viewing changes to debian/patches/01_remove_ldconfig.diff

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2008-11-14 17:35:13 UTC
  • mfrom: (0.1.3 squeeze) (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081114173513-mjqzrkgssrm0t2f8
Tags: 0.3.2-1
* New upstream release.
* Refresh patches:
  - 01_remove_ldconfig
  - 02_custom_ldflags
* Remove 03_disable_test patch. deprecated.
* Add 04_add_valerie_ldflags patch to add mlt-valerie to LDFLAGS.
* Update debian/control:
  - Add versionned build dependency to libmlt-dev.
  - Add pkg-config build dependency.
  - Bump Standards-Version to 3.8.0. No changes needed.
  - Bump libmlt++ soname. libmlt++1 conflicts/replaces libmlt++0.2.
* Update debian/copyright: add Dan Dennedy copyrights.
* Update debian/rules: remove lintian override installation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/src/Makefile
 
2
+++ b/src/Makefile
 
3
@@ -59,7 +59,6 @@
 
4
        ln -sf $(TARGET) $(DESTDIR)$(libdir)/$(SONAME)
 
5
        $(INSTALL) -d "$(DESTDIR)$(prefix)/include/mlt++"
 
6
        $(INSTALL) -m 644 $(HEADERS) "$(DESTDIR)$(prefix)/include/mlt++"
 
7
-       /sbin/ldconfig 2> /dev/null || true
 
8
 
 
9
 uninstall:
 
10
        rm -f "$(DESTDIR)$(libdir)/$(TARGET)"