[pkg-horde] [SCM] Debian Horde Packages repository: ansel1 package branch, debian-sid, updated. debian/1.0+debian0-1-12-g8ed8199

Mathieu Parent math.parent at gmail.com
Fri Dec 18 13:32:08 UTC 2009


The following commit has been merged in the debian-sid branch:
commit d7af7d8711d680817f454b2581f4a6b65e5dc1e4
Author: Mathieu Parent <math.parent at gmail.com>
Date:   Fri Dec 18 14:28:04 2009 +0100

    Removing lightbox.js as it is non-free (CC-by 2.5)
    
    Asked upstream to relicense see
    http://marc.info/?l=horde-dev&m=124524746519545&w=2

diff --git a/debian/changelog b/debian/changelog
index 9e7e930..2d45f77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ ansel1 (1.1+debian0-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #527286)
   * Removing cropper.js and symlinking to the one in libjs-cropper 
+  * Removing lightbox.js as it is non-free (CC-by 2.5)
+    Asked upstream to relicense see
+    http://marc.info/?l=horde-dev&m=124524746519545&w=2 
   * Correct include path in prefs.php.dist
   * debian/rules: Depends on tools mentioned in docs/INSTALL
   * debian/rules:
diff --git a/debian/rules b/debian/rules
index 96d22db..c350681 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,6 +78,26 @@ binary-indep: install
 	dh_md5sums
 	dh_builddeb
 
+check-external-libs:
+	if [ -e services/editor/fckeditor ] || \
+	   [ -e services/editor/tinymce ] || \
+	   [ -e js/builder.js ] || [ -e js/src/builder.js ] || \
+	   [ -e js/controls.js ] || [ -e js/src/controls.js ] || \
+	   [ -e js/dragdrop.js ] || [ -e js/src/dragdrop.js ] || \
+	   [ -e js/effects.js ] || [ -e js/src/effects.js ] || \
+	   [ -e js/prototype.js ] || [ -e js/src/prototype.js ] || \
+	   [ -e js/scriptaculous.js ] || [ -e js/src/scriptaculous.js ] || \
+	   [ -e js/slider.js ] || [ -e js/src/slider.js ] || \
+	   [ -e js/sound.js ] || [ -e js/src/sound.js ] || \
+	   [ -e js/unittest.js ] || [ -e js/src/unittest.js ]; then \
+               echo ""; \
+	      echo " **                                  **"; \
+	      echo " **  tar contains external files!    **"; \
+	      echo " **                                  **"; \
+	      echo ""; \
+	      exit 1; \
+        fi
+
 # Build architecture-dependent files here.
 binary-arch: install
 

-- 
Debian Horde Packages repository: ansel1 package



More information about the pkg-horde-hackers mailing list