[pkg-horde] [SCM] Debian Horde Packages repository: chora2 package branch, debian-sid, updated. 6087b59a8a7d68af8bd357d44788b534d60bc52c

Gregory Colpart reg at foulademer.gcolpart.com
Sun May 31 15:31:20 UTC 2009


The following commit has been merged in the debian-sid branch:
commit 84575b0ee5adbb44f191b6921b027399209494bb
Author: Gregory Colpart <reg at foulademer.gcolpart.com>
Date:   Sun May 31 16:49:09 2009 +0200

    Link some *.js files with libjs-scriptaculous package

diff --git a/debian/changelog b/debian/changelog
index 6aefc7a..0a4ebe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ chora2 (2.1-1) unstable; urgency=low
   * Update to standards version 3.8.1, no further required changes. 
   * Bump debhelper compat level to 5.
   * Add Vcs-* fields in debian/control.
+  * Link some *.js files with libjs-scriptaculous package.
 
- -- Gregory Colpart <reg at debian.org>  Sun, 31 May 2009 16:32:04 +0200
+ -- Gregory Colpart <reg at debian.org>  Sun, 31 May 2009 16:40:25 +0200
 
 chora2 (2.0.2-1) unstable; urgency=low
 
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..e4f06cf
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,2 @@
+/usr/share/javascript/scriptaculous/scriptaculous.js    /usr/share/horde3/chora/js/scriptaculous.js
+/usr/share/javascript/scriptaculous/prototype.js    /usr/share/horde3/chora/js/prototype.js
diff --git a/debian/rules b/debian/rules
index 7772cd4..7806de9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,9 @@ install: build
 	done
 	#### end ####
 
+	#### Remove javascript source files
+	rm -rf  debian/horde3/usr/share/horde3/chora/js/src/
+
 # Build architecture-independent files here.
 binary-indep: build install
 	dh_testdir
@@ -78,7 +81,7 @@ binary-indep: build install
 	dh_installexamples
 	# clean '.arch-ids' directories to use with tla-buildpackage
 	-find debian/chora2 -depth -name ".arch-ids" -exec rm -Rf {} \;
-	dh_link
+#	dh_link (already used above)
 	dh_strip
 	dh_compress
 	dh_fixperms

-- 
Debian Horde Packages repository: chora2 package



More information about the pkg-horde-hackers mailing list