diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-12-08 04:47:55 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-12-08 04:47:55 -0500 |
commit | 1860f397fba552cfa443413e543a8b5d583ca2f0 (patch) | |
tree | d9120bfcd5f1bde0841f026768cafbbe9052f227 /debian/rules | |
parent | be69a42947c59dc9a047e3cb304e858db669bb95 (diff) | |
download | libayatana-appindicator-1860f397fba552cfa443413e543a8b5d583ca2f0.tar.gz libayatana-appindicator-1860f397fba552cfa443413e543a8b5d583ca2f0.tar.bz2 libayatana-appindicator-1860f397fba552cfa443413e543a8b5d583ca2f0.zip |
releasing version 0.2.90-0ubuntu10.2.90-0ubuntu1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 267a43b..23237d2 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,5 @@ #!/usr/bin/make -f -export DH_VERBOSE=1 DEB_SRCDIR = . DEB_BUILDDIR = $(DEB_SRCDIR)/build @@ -12,8 +11,7 @@ export CSC=/usr/bin/mono-csc include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools-vars.mk include /usr/share/cdbs/1/rules/utils.mk -DEB_BUILD_PARALLEL = no -DEB_PARALLEL_JOBS:=1 + DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc API_VERSION = 0.1 |