~ubuntu-branches/ubuntu/trusty/guile-gnome-platform/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2009-08-17 18:53:44 UTC
  • Revision ID: james.westby@ubuntu.com-20090817185344-dg8i0a3zl3xqsu8p
Tags: 2.16.1-3
* Standards-Version 3.8.3:
  - Changed Section of source package to `lisp'.
* Now using topgit with dpkg-buildpackage to manage 
  the package:
  - debian/rules: Add optional tg2quilt.mk include.
* New patch: fixes/link-with-guile-cairo (closes: #522531).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
include /usr/share/cdbs/1/class/autotools.mk
12
12
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
13
13
 
 
14
QUILT_PATCH_DIR = debian/patches
 
15
 
 
16
-include /usr/share/topgit/tg2quilt.mk
 
17
 
14
18
DEB_CONFIGURE_EXTRA_FLAGS := --disable-Werror
15
19
DEB_DH_INSTALL_ARGS := --sourcedir=$(DEB_DESTDIR)
16
20