~cschieli/freebox-elementary/remove-old-packaging

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Cédric Schieli
  • Date: 2010-09-06 08:59:40 UTC
  • Revision ID: cschieli@gmail.com-20100906085940-erlfyl1jse7spk9j
Remove obsolete debian packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/make -f
2
 
 
3
 
include /usr/share/cdbs/1/rules/debhelper.mk
4
 
include /usr/share/cdbs/1/class/autotools.mk
5
 
 
6
 
DEB_CONFIGURE_SCRIPT := ./autogen.sh
7
 
DEB_MAKE_CLEAN_TARGET := distclean
8
 
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
9
 
 
10
 
clean::
11
 
        [ ! -f Makefile ] || make distclean