[Pkg-voip-commits] r7780 - in /op-panel/branches/bug555234: ./ debian/changelog debian/control debian/rules

alerios at alioth.debian.org alerios at alioth.debian.org
Wed Nov 11 17:02:58 UTC 2009


Author: alerios
Date: Wed Nov 11 17:02:57 2009
New Revision: 7780

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7780
Log:
Branch to work on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555234


Added:
    op-panel/branches/bug555234/
      - copied from r7774, op-panel/trunk/
Modified:
    op-panel/branches/bug555234/debian/changelog
    op-panel/branches/bug555234/debian/control
    op-panel/branches/bug555234/debian/rules

Modified: op-panel/branches/bug555234/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/branches/bug555234/debian/changelog?rev=7780&op=diff
==============================================================================
--- op-panel/branches/bug555234/debian/changelog (original)
+++ op-panel/branches/bug555234/debian/changelog Wed Nov 11 17:02:57 2009
@@ -16,6 +16,10 @@
   [ Patrick Matthäi ]
   * Do not ignore errors in postrm script.
     Thanks lintian.
+
+  [ Alejandro Rios P. ]
+  * Remove embeded prototype.js and symlink to libjs-prototype (Closes: #475294).
+  * Depend on libjs-prototype >= 1.6.0.2 (Closes: #555234).
 
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Mon, 11 May 2009 13:25:21 +0300
 

Modified: op-panel/branches/bug555234/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/branches/bug555234/debian/control?rev=7780&op=diff
==============================================================================
--- op-panel/branches/bug555234/debian/control (original)
+++ op-panel/branches/bug555234/debian/control Wed Nov 11 17:02:57 2009
@@ -2,7 +2,7 @@
 Section: comm
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Alejandro Rios P. <alejandro.rios at avatar.com.co>, Kilian Krause <kilian at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Uploaders: Alejandro Rios P. <alerios at debian.org>, Kilian Krause <kilian at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Build-Depends: debhelper (>= 5.0.0), dpatch
 Build-Depends-Indep: perl (>= 5), libswf-perl (>= 0.3.0-8), ming-fonts-dejavu (>= 0.3.0-8)
 Standards-Version: 3.8.0
@@ -12,7 +12,7 @@
 
 Package: op-panel
 Architecture: all
-Depends: perl (>= 5), adduser
+Depends: perl (>= 5), adduser, libjs-prototype (>= 1.6.0.2)
 Recommends: asterisk
 Enhances: destar
 Description: switchboard type application for the Asterisk PBX

Modified: op-panel/branches/bug555234/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/branches/bug555234/debian/rules?rev=7780&op=diff
==============================================================================
--- op-panel/branches/bug555234/debian/rules (original)
+++ op-panel/branches/bug555234/debian/rules Wed Nov 11 17:02:57 2009
@@ -61,11 +61,12 @@
 	# Add here commands to install the package into debian/op-panel.
 	cp -a op_server.pl debian/op-panel/usr/sbin/op_server
 	cp -a operator_panel.swf		debian/op-panel/usr/share/op-panel/flash/
-	cp -a comunicator.swf			debian/op-panel/usr/share/op-panel/dhtml/
+	cp -ra dhtml/* comunicator.swf			debian/op-panel/usr/share/op-panel/dhtml/
 	ln -s /usr/share/op-panel/flash         debian/op-panel/var/www/op-panel-flash
 	ln -s /usr/share/op-panel/dhtml         debian/op-panel/var/www/op-panel-dhtml
 	ln -sf /var/lib/op-panel/variables.txt  debian/op-panel/usr/share/op-panel/flash
 	ln -sf /var/lib/op-panel/variables.txt  debian/op-panel/usr/share/op-panel/dhtml
+	ln -sf ../../../javascript/prototype/prototype.js debian/op-panel/usr/share/op-panel/dhtml/js/ 
 
 # Build architecture-dependent files here.
 binary-arch: build install
@@ -97,6 +98,7 @@
 	@@cd ../tarballs/op_panel-$(UPVERSION).tmp ; \
 	tar xfz ../$(UPFILENAME)
 	@@find ../tarballs/op_panel-$(UPVERSION).tmp -type f -name '*.swf'|xargs -r rm
+	@@find ../tarballs/op_panel-$(UPVERSION).tmp -type f -name 'prototype.js'|xargs -r rm
 	@@cd ../tarballs/op_panel-$(UPVERSION).tmp ; \
 	tar cfz ../$(FILENAME) *
 	@@echo Cleaning up...




More information about the Pkg-voip-commits mailing list