Title: [opsview-perl] [728] Set working directory for opsview-perl.
- Revision
- 728
- Author
- tvoon
- Date
- 2012-08-08 13:42:02 +0100 (Wed, 08 Aug 2012)
Log Message
Set working directory for opsview-perl. Include _javascript_::Beautifier by default,
but only on Debian platforms
Modified Paths
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2012-08-08 08:40:44 UTC (rev 727)
+++ trunk/Makefile 2012-08-08 12:42:02 UTC (rev 728)
@@ -622,6 +622,11 @@
PERL_MODULES += Catalyst::ActionRole::ExpiresHeader
# End deprecated modules
+# We add this as this as we need it for dashboard development
+ifeq ($(DIST),Debian)
+ PERL_MODULES += _javascript_::Beautifier
+endif
+
# This needs to be ignored currently as JIRA::Client has problems Instead, we
# use the system IO::Socket::SSL and libwww to provide https functionality. This
# needs further investigation.
@@ -730,7 +735,9 @@
#sudo chmod o+rwx -R ${WORKDIR}/rpmbuild
solpkg:
- mksolpkg -b
+ rm -fr /tmp/mksolpkg-opsview-perl
+ mkdir /tmp/mksolpkg-opsview-perl
+ mksolpkg -b -s /tmp/mksolpkg-opsview-perl
reinstall:
make clean
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2012-08-08 08:40:44 UTC (rev 727)
+++ trunk/debian/control 2012-08-08 12:42:02 UTC (rev 728)
@@ -2,7 +2,7 @@
Section: misc
Priority: optional
Maintainer: Opsview Support <[email protected]>
-Build-Depends: debhelper (>= 4.0.0), devscripts, libmysqlclient-dev | libmysqlclient14-dev, libexpat-dev, libxml2-dev, libwww-perl, pkg-config, gcc, g++, libc6-dev, libssl-dev, openssl, libversion-perl, librrds-perl (>= 1.2), libperl-dev, libarchive-zip-perl, libgif-dev, libpng-dev, libjpeg-dev
+Build-Depends: debhelper (>= 4.0.0), devscripts, libmysqlclient-dev | libmysqlclient14-dev, libexpat-dev, libxml2-dev, libwww-perl, pkg-config, gcc, g++, libc6-dev, libssl-dev, openssl, libversion-perl, librrds-perl (>= 1.2), libperl-dev, libarchive-zip-perl, libgif-dev, libpng-dev, libjpeg-dev, libjavascript-perl
Standards-Version: 3.6.1
Homepage: http://www.opsview.com/
_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins