[pkg-boost-commits] r14220 - boost/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Mon May 5 07:01:50 UTC 2008


Author: smr
Date: 2008-05-05 07:01:49 +0000 (Mon, 05 May 2008)
New Revision: 14220

Modified:
   boost/trunk/debian/rules
Log:
Fix generation of the lintian-overrides files; add two new overrides.

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2008-05-05 04:28:01 UTC (rev 14219)
+++ boost/trunk/debian/rules	2008-05-05 07:01:49 UTC (rev 14220)
@@ -100,13 +100,15 @@
 mk_debhelper_files = \
 	$(call add_dbg_override,package-name-doesnt-match-sonames) \
 	$(call add_dbg_override,non-dev-pkg-with-shlib-symlink) \
+	$(call add_dbg_override,dbg-package-missing-depends) \
 	$(call add_dev_override,description-synopsis-starts-with-a-capital-letter) \
+	$(call add_dev_override,spelling-error-in-description) \
 	$(call add_doc_override,description-synopsis-starts-with-a-capital-letter) \
 	$(call add_doc_override,extra-license-file) \
 	$(call add_libdev_override,python,,description-synopsis-starts-with-a-capital-letter) \
 	$(foreach l, $(boost_libs), \
 		echo "making debhelper files for $(l)..."; \
-		$(call add_lib_override,$(1),,package-name-doesnt-match-sonames) \
+		$(call add_lib_override,$(l),,package-name-doesnt-match-sonames) \
 		$(foreach ll, $(call boost_lib,$(l)), \
 			$(foreach v, $(call boost_variants,$(l)), \
 				$(foreach suf, $(call boost_suffixes,$(l)), \




More information about the pkg-boost-commits mailing list