[pkg-horde] [SCM] Debian Horde Packages repository: dimp1 package branch, debian-sid, updated. debian/1.1.4+debian1-1-4-gc21b09d

Mathieu Parent math.parent at gmail.com
Mon Jan 4 15:13:41 UTC 2010


The following commit has been merged in the debian-sid branch:
commit fc22ea63e88d9343f160d9a8279420ac32c774dd
Author: Mathieu Parent <math.parent at gmail.com>
Date:   Mon Jan 4 16:04:27 2010 +0100

    Repack tarball with dragdrop.js
    
    as this is not the same as the scriptaculous's one:
    - Don't check for external files as upstream+repack is the same as
      upstream.

diff --git a/debian/changelog b/debian/changelog
index ca2fdb0..e332861 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+dimp1 (1.1.4+debian2-1) UNRELEASED; urgency=low
+
+  * Repack tarball with dragdrop.js as this is not the same as the
+    scriptaculous's one:
+    - Don't check for external files as upstream+repack is the same as
+      upstream.
+
+ -- Mathieu Parent <sathieu at debian.org>  Mon, 04 Jan 2010 16:00:06 +0100
+
 dimp1 (1.1.4+debian1-1) unstable; urgency=low
 
   * Repack tarball without scriptaculous's dragdrop.js. This fixes
diff --git a/debian/links b/debian/links
index 984455b..e69de29 100644
--- a/debian/links
+++ b/debian/links
@@ -1,2 +0,0 @@
-/usr/share/javascript/scriptaculous/dragdrop.js /usr/share/horde3/dimp/js/dragdrop.js
-
diff --git a/debian/rules b/debian/rules
index 44f5302..a6af8ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ configure-stamp:
 	dh_testdir
 	touch configure-stamp
 
-build: check-external-libs build-stamp
+build: build-stamp
 
 build-stamp: configure-stamp 
 	dh_testdir
@@ -103,15 +103,5 @@ binary-arch: build install
 
 binary: binary-indep binary-arch
 
-check-external-libs:
-	if [ -e js/dragdrop.js ] || [ -e js/src/dragdrop.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: dimp1 package



More information about the pkg-horde-hackers mailing list