~ubuntu-branches/ubuntu/utopic/snowdrop/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Arno Töll
  • Date: 2011-10-01 00:45:21 UTC
  • Revision ID: package-import@ubuntu.com-20111001004521-gzmenoaa4g505zwd
Tags: 0.02b-10
* QA upload.
* Move VCS to Alioth (collab-maint), update VCS links in debian/control
* Make package ready for dpkg 1.16.1 and inject build flags into the build
  process.
* Fix a small syntax error in debian/changelog to make it correctly recognize
  the new last paragraph.
* The debian/ directory is also relicensed to GPL-2+ with OpenSSL linking
  exception to avoid any possible ambiguity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
 
2
 
 
3
CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 
4
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
5
export CFLAGS LDFLAGS
 
6
 
 
7
 
2
8
%:
3
9
        dh $@