r62924 - /trunk/libjifty-plugin-oauth-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 25 14:58:43 UTC 2010


Author: gregoa
Date: Sat Sep 25 14:58:35 2010
New Revision: 62924

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62924
Log:
don't install manpage fragments

Modified:
    trunk/libjifty-plugin-oauth-perl/debian/rules

Modified: trunk/libjifty-plugin-oauth-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-oauth-perl/debian/rules?rev=62924&op=diff
==============================================================================
--- trunk/libjifty-plugin-oauth-perl/debian/rules (original)
+++ trunk/libjifty-plugin-oauth-perl/debian/rules Sat Sep 25 14:58:35 2010
@@ -1,4 +1,8 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+MANDIR  = $(TMP)/usr/share/man/man3
 
 %:
 	dh $@
@@ -9,3 +13,14 @@
 
 override_dh_auto_test:
 	dh_auto_test -- TEST_FILES="t/t/00-test-setup.t t/t/01-basic.t"
+
+override_dh_auto_install:
+	dh_auto_install
+	# remove man fragments
+	$(RM) \
+		$(MANDIR)/Jifty::Plugin::OAuth::Action::AuthorizeRequestToken.3pm \
+		$(MANDIR)/Jifty::Plugin::OAuth::Dispatcher.3pm \
+		$(MANDIR)/Jifty::Plugin::OAuth::Model::AccessToken.3pm \
+		$(MANDIR)/Jifty::Plugin::OAuth::Model::Consumer.3pm \
+		$(MANDIR)/Jifty::Plugin::OAuth::Model::RequestToken.3pm \
+		$(MANDIR)/Jifty::Plugin::OAuth::Token.3pm




More information about the Pkg-perl-cvs-commits mailing list