~ubuntu-branches/ubuntu/intrepid/glbsp/intrepid

« back to all changes in this revision

Viewing changes to patches/FLTK_OSX.diff

  • Committer: Bazaar Package Importer
  • Author(s): Darren Salt
  • Date: 2008-01-30 13:33:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080130133349-kgojg33vyiu8xbvp
Tags: 2.24-1
* New upstream release.
* Bumped the lib soname and the library package name due to one silly
  little binary incompatibility caused by changes in an exported struct.
  (Safe; nothing else currently in the archive has ever used libglbsp2.)
* Removed my patches since they're all applied upstream.
* Updated the list of documentation files.
* Build-time changes:
  - Switched from dh_movefiles to dh_install.
  - Updated my makefile to cope with upstream changes.
  - Corrected for debian-rules-ignores-make-clean-error.
  - Corrected for substvar-source-version-is-deprecated.
  - Link libglbsp, rather than glbsp, with libm and libz.
* Fixed shlibdeps. (Closes: #460387)
* Bumped standards version to 3.7.3 (no other changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -u -r fltk-1.1.4-orig/src/Makefile fltk-1.1.4/src/Makefile
 
2
--- fltk-1.1.4-orig/src/Makefile        Sat Dec  6 21:48:58 2003
 
3
+++ fltk-1.1.4/src/Makefile     Sat Dec  6 21:52:02 2003
 
4
@@ -55,6 +55,7 @@
 
5
        Fl_Menu.cxx \
 
6
        Fl_Menu_.cxx \
 
7
        Fl_Menu_Bar.cxx \
 
8
+       Fl_Sys_Menu_Bar.cxx \
 
9
        Fl_Menu_Button.cxx \
 
10
        Fl_Menu_Window.cxx \
 
11
        Fl_Menu_add.cxx \