~ubuntu-branches/ubuntu/vivid/pd-zexy/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Sateler, Felipe Sateler, IOhannes m zmölnig, Jonas Smedegaard
  • Date: 2010-11-08 20:58:14 UTC
  • Revision ID: james.westby@ubuntu.com-20101108205814-ytea2yi1jn46czco
Tags: 2.2.3-2
[ Felipe Sateler ]
* Team upload.

[ IOhannes m zmölnig ]
* Force extension "pd_linux" (even on hurd and kfreebsd).
* Remove flags for compiling with sse-support.
* Set DEB_AUTO_UPDATE_AUTOCONF to ensure configure is regenerated.
* Update build-dependencies.

[ Jonas Smedegaard ]
* Add git-buildpackage configfile, enabling signed tags and
  pristine-tar.
* Add DEP3 header to patch.
* Refresh patch w/ shortening options --no-timestamps --no-index -pab.
* Preserve upstream configure file regenerated during build.
* Adjust vertical spacing and wrapping of long description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
# where sources are
36
36
DEB_SRCDIR = src
 
37
 
 
38
# regenerate configure, so that patches to configure.ac take effect 
 
39
DEB_AUTO_UPDATE_AUTOCONF = 2.61
 
40
 
 
41
DEB_CONFIGURE_EXTRA_FLAGS += --with-extension=pd_linux
 
42
 
 
43
# revert regenerated configure until upstream add AM_MAINTAINER_MODE
 
44
DEB_PHONY_RULES += pristine-revert
 
45
clean:: pristine-revert
 
46
pristine-revert: makefile-clean
 
47
        cp -f debian/pristine/configure src/