~ubuntu-branches/ubuntu/karmic/allegro4.2/karmic

« back to all changes in this revision

Viewing changes to misc/zipwin.sh

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2008-03-03 11:28:56 UTC
  • mfrom: (1.1.3 hardy)
  • Revision ID: james.westby@ubuntu.com-20080303112856-4ds441er7nkn9th7
Tags: 2:4.2.2-2
* debian/control:
  + Add ${shlibs:Depends} to the liballegro4.2-dev dependencies.
  + Set policy to 3.7.3.

* debian/rules:
  + Ensure that packages built with liballegro 4.2.2 depend on liballegro
    >= 4.2.2 (Closes: #468081).

* debian/create_allegro-examples.pl:
  + Fix a "read without variable" bashism (Closes: #465134).

* debian/patches/005_no_unsharable.diff:
  + Remove extraneous libraries from allegro-config --libs output. Patch
    courtesy of Peter De Wachter (Closes: #462679).

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
# convert Allegro to MSVC or Cygwin format
46
46
if [ "$ALLEGRO_USE_CYGWIN" = "1" ]; then
47
 
   ./fix.sh mingw32 --dtou
 
47
   ./fix.sh mingw --dtou
48
48
else
49
49
   ./fix.sh msvc --utod
50
50
fi