[Pkg-voip-commits] r10542 - in /dahdi-linux/trunk/debian: changelog copyright rules

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Sat Aug 9 19:55:17 UTC 2014


Author: tzafrir
Date: Sat Aug  9 19:55:16 2014
New Revision: 10542

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10542
Log:
Add a test for non-free files in case uscan was used.

Modified:
    dahdi-linux/trunk/debian/changelog
    dahdi-linux/trunk/debian/copyright
    dahdi-linux/trunk/debian/rules

Modified: dahdi-linux/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/changelog?rev=10542&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/changelog	(original)
+++ dahdi-linux/trunk/debian/changelog	Sat Aug  9 19:55:16 2014
@@ -7,6 +7,7 @@
     - patch hotplug_mod_params: change default of module parameters.
   * Multiarch support. 
   * udev rules moved to package dahdi (in source package dahdi-tools).
+  * Add a test for non-free files in case uscan was used.
 
   [ Mark Purcell ]
   * Update debian/watch for ~dfsg

Modified: dahdi-linux/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/copyright?rev=10542&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/copyright	(original)
+++ dahdi-linux/trunk/debian/copyright	Sat Aug  9 19:55:16 2014
@@ -1,5 +1,8 @@
 This package was debianized by Matt Zimmerman <mdz at debian.org> on
 Mon, 17 Jun 2002 10:31:21 -0400.
+
+# FIXME: when we get the file properly formatted:
+Files-Exclude: drivers/dahdi/xpp/firmwares/*.hex drivers/dahdi/*.rbt
 
 It was downloaded from
   http://downloads.asterisk.org/pub/telephony/dahdi-linux/

Modified: dahdi-linux/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-linux/trunk/debian/rules?rev=10542&op=diff
==============================================================================
--- dahdi-linux/trunk/debian/rules	(original)
+++ dahdi-linux/trunk/debian/rules	Sat Aug  9 19:55:16 2014
@@ -68,7 +68,12 @@
 
 ## END OF M-A SECTION
 
+# FIXME: this should be done by Files-Exclude in debian/copyright:
 override_dh_auto_build:
+ifneq ($(wildcard drivers/dahdi/xpp/firmwares/USB_FW.hex),)
+	@echo "Tarball is not DFSG-compliant. Use './debian/rules get-orig-source'"
+	exit 1
+endif
 	$(MAKE) docs
 	$(MAKE) $(GENERATED_SOURCES)
 




More information about the Pkg-voip-commits mailing list