[pkg-horde] [SCM] Debian Horde Packages repository: ingo1 package branch, debian-sid, updated. 9821700ef6f05d6cb1d8a1fd81027a49beeffd90

Mathieu Parent math.parent at gmail.com
Mon Dec 21 17:18:10 UTC 2009


The following commit has been merged in the debian-sid branch:
commit e1f82c0d56bc181dad93537b645f400e75fcbfd5
Author: Mathieu Parent <math.parent at gmail.com>
Date:   Mon Dec 21 18:13:19 2009 +0100

    New upstream release
    
    Added a check in debian/rules to make sure that external libs are
    not in the orig.tar.gz

diff --git a/debian/changelog b/debian/changelog
index f2565d3..8d49a01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ingo1 (1.2.3+debian0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Added a check in debian/rules to make sure that external libs are not
+    in the orig.tar.gz
+
+ -- Mathieu Parent <sathieu at debian.org>  Mon, 21 Dec 2009 18:11:31 +0100
+
 ingo1 (1.2.2-1) unstable; urgency=low
 
   [ Gregory Colpart ]
diff --git a/debian/rules b/debian/rules
index d6eca31..6cab994 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ configure-stamp:
 	dh_testdir
 	touch configure-stamp
 
-build: build-stamp
+build: check-external-libs build-stamp
 
 build-stamp: configure-stamp 
 	dh_testdir
@@ -107,4 +107,15 @@ binary-indep: build install
 	dh_builddeb
 
 binary: binary-indep binary-arch
+
+check-external-libs:
+	if [[ -e js/prototype.js ] || [ -e js/src/prototype.js ]; then \
+               echo ""; \
+	      echo " **                                  **"; \
+	      echo " **  tar contains external files!    **"; \
+	      echo " **                                  **"; \
+	      echo ""; \
+	      exit 1; \
+        fi
+
 .PHONY: build clean binary-indep binary-arch binary install configure

-- 
Debian Horde Packages repository: ingo1 package



More information about the pkg-horde-hackers mailing list