~ubuntu-branches/ubuntu/vivid/librest/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Ying-Chun Liu (PaulLiu)
  • Date: 2009-10-21 17:16:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20091021171622-1yhw1c2owwught3f
Tags: 0.6.1-1
* New upstream release
* debian/conrtol: Split librest and librest-extras
* debian/rules: Use autoreconf to re-generate the configure
* debian/rules: Add proper clean rule to remove non-source files
* debian/watch: Add git repo releases
* debian/copyright: Update copyright file to newer spec
* debian/control: Bump standard version to 3.8.3. Nothing changed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
include /usr/share/cdbs/1/rules/debhelper.mk
4
4
include /usr/share/cdbs/1/class/autotools.mk
5
5
include /usr/share/cdbs/1/rules/utils.mk
 
6
include /usr/share/cdbs/1/rules/simple-patchsys.mk
6
7
 
7
8
DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc
8
9
 
9
10
common-binary-predeb-arch:: list-missing
10
11
 
 
12
post-patches:: autoreconf.stamp
 
13
 
 
14
autoreconf.stamp:
 
15
        gtkdocize --flavour no-tmpl
 
16
        autoreconf -v -i -f
 
17
        touch autoreconf.stamp
 
18
 
 
19
cleanbuilddir::
 
20
        rm -f autoreconf.stamp
 
21
 
11
22
clean::
12
 
        rm -f docs/reference/rest/html/*.html
13
 
        rm -f docs/reference/rest/html/index.sgml
14
 
        rm -f docs/reference/rest/html/rest.devhelp*
 
23
        rm -rf docs/reference/rest/html
 
24
        rm -f aclocal.m4
 
25
        rm -rf autom4te.cache
 
26
        rm -f config.h config.h.in 
 
27
        rm -f config.log config.status config.sub config.guess
 
28
        rm -f configure compile depcomp install-sh ltmain.sh missing stamp-h1
 
29
        rm -f mkinstalldirs INSTALL
 
30
        rm -f libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4
 
31
        rm -f gtk-doc.m4 gtk-doc.make
 
32
        rm -f Makefile.in rest/Makefile.in rest-extras/Makefile.in
 
33
        rm -f examples/Makefile.in tests/Makefile.in docs/Makefile.in
 
34
        rm -f rest-*.pc intltool-*.in
 
35
        rm -f docs/reference/Makefile.in docs/reference/rest/Makefile.in