[pkg-eucalyptus-commits] r169 - euca2ools/branches/2.0/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Thu Aug 25 02:21:03 UTC 2011
Author: nomadium-guest
Date: 2011-08-25 02:21:03 +0000 (Thu, 25 Aug 2011)
New Revision: 169
Modified:
euca2ools/branches/2.0/debian/changelog
euca2ools/branches/2.0/debian/rules
Log:
Build man pages from source
Modified: euca2ools/branches/2.0/debian/changelog
===================================================================
--- euca2ools/branches/2.0/debian/changelog 2011-08-25 02:19:27 UTC (rev 168)
+++ euca2ools/branches/2.0/debian/changelog 2011-08-25 02:21:03 UTC (rev 169)
@@ -4,6 +4,7 @@
* Update versioned dependencies on python-boto to (>= 2.0~).
* Switch to source format 3.0 (quilt).
* Add get-orig-source target to debian/rules.
+ * Build man pages from source.
-- Miguel Landaeta <miguel at miguel.cc> Wed, 24 Aug 2011 21:34:48 -0430
Modified: euca2ools/branches/2.0/debian/rules
===================================================================
--- euca2ools/branches/2.0/debian/rules 2011-08-25 02:19:27 UTC (rev 168)
+++ euca2ools/branches/2.0/debian/rules 2011-08-25 02:21:03 UTC (rev 169)
@@ -12,11 +12,14 @@
DEB_DH_BUILDDEB_ARGS = -- -Z xz
+build/euca2ools::
+ $(MAKE) man
+
clean::
$(MAKE) clean
$(RM) euca2ools/euca2ools/__init__.pyc
$(RM) --recursive euca2ools/euca2ools.egg-info
- $(RM) --recursive $(CURDIR)/debian/manpages-help2man
+ $(RM) $(CURDIR)/man/*
get-orig-source:
#uscan --download-current-version --force-download --rename
More information about the pkg-eucalyptus-commits
mailing list