[pkg-wpa-devel] r1738 - in /wpa/trunk/debian: changelog rules
kelmo-guest at users.alioth.debian.org
kelmo-guest at users.alioth.debian.org
Sat Apr 21 05:59:58 UTC 2012
Author: kelmo-guest
Date: Sat Apr 21 05:59:57 2012
New Revision: 1738
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1738
Log:
Only build manpages from docbook source, we do not currently use the
html or pdf products.
Modified:
wpa/trunk/debian/changelog
wpa/trunk/debian/rules
Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1738&op=diff
==============================================================================
--- wpa/trunk/debian/changelog (original)
+++ wpa/trunk/debian/changelog Sat Apr 21 05:59:57 2012
@@ -56,8 +56,10 @@
* Add ability to set CC for cross building support (untested).
* Remove Faidon Liambotis <paravoid at debian.org> from Uploaders as per
his request, many thanks for all past efforts Faidon.
-
- -- Kel Modderman <kel at otaku42.de> Sat, 21 Apr 2012 15:43:26 +1000
+ * Only build manpages from docbook source, we do not currently use the
+ html or pdf products.
+
+ -- Kel Modderman <kel at otaku42.de> Sat, 21 Apr 2012 15:59:32 +1000
wpasupplicant (0.7.3-6) unstable; urgency=low
Modified: wpa/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/rules?rev=1738&op=diff
==============================================================================
--- wpa/trunk/debian/rules (original)
+++ wpa/trunk/debian/rules Sat Apr 21 05:59:57 2012
@@ -31,7 +31,8 @@
# build documentation
dh_auto_build --sourcedirectory=wpa_supplicant/doc/docbook \
--buildsystem=makefile \
- --parallel
+ --parallel \
+ -- man
# build wpasupplicant-udeb
cp -v --remove-destination $(WPASUPPLICANT_UDEB_DOT_CONFIG) wpa_supplicant/.config
CFLAGS="$(UCFLAGS)" dh_auto_build --sourcedirectory=wpa_supplicant \
More information about the Pkg-wpa-devel
mailing list