[freeside-commits] branch master updated. c2ae28b7aa418bca6e6c54986867d99e5638acd0
Jeremy Davis
jeremyd at 420.am
Mon Aug 12 12:06:49 PDT 2013
The branch, master has been updated
via c2ae28b7aa418bca6e6c54986867d99e5638acd0 (commit)
from bd97a17f72682a1ad4ecf4db2eb6747cc0bb4981 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c2ae28b7aa418bca6e6c54986867d99e5638acd0
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Tue Jul 30 17:17:10 2013 -0400
#2916 Changes to debian packaging
diff --git a/debian/control b/debian/control
index 1572406..b952140 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Description: Billing and trouble ticketing for service providers
Package: freeside-lib
Architecture: all
-Depends: ghostscript | gs-gpl, gsfonts, tetex-base, tetex-bin, libauthen-passphrase-perl, libbusiness-creditcard-perl, libcache-cache-perl, libcache-simple-timedexpiry-perl, libclass-returnvalue-perl, libcrypt-passwdmd5-perl, libdate-manip-perl, libdbd-pg-perl | libdbd-mysql-perl, libdbi-perl, libdbix-dbschema-perl (>= 0.35), libdbix-searchbuilder-perl, libdigest-sha1-perl, libfile-counterfile-perl, libfile-rsync-perl, libfrontier-rpc-perl, libhtml-format-perl, libhtml-tree-perl, libipc-run3-perl, libipc-sharelite-perl, liblingua-en-nameparse-perl, liblocale-maketext-fuzzy-perl, liblocale-maketext-lexicon-perl, liblocale-subcountry-perl, liblog-dispatch-perl, libmailtools-perl (>= 2), libmime-perl (>= 5.424) | libmime-perl (< 5.421), libnet-domain-tld-perl, libnet-scp-perl, libnet-ssh-perl, libnet-whois-raw-perl, libnetaddr-ip-perl, libnumber-format-perl, libregexp-common-perl, libstring-approx-perl, libstring-shellquote-perl, libterm-readkey-perl, libtest-inline-perl, libtext-autoformat-perl, libtext-csv-perl, libtext-template-perl, libtext-wrapper-perl, libtie-ixhash-perl, libtime-duration-perl, libtime-modules-perl, libtimedate-perl, libuniversal-require-perl, liburi-perl, libwant-perl, libwww-perl, libemail-sender-perl, libemail-sender-transport-smtp-tls-perl
+Depends: ghostscript | gs-gpl, gsfonts, libauthen-passphrase-perl, libbusiness-creditcard-perl, libcache-cache-perl, libcache-simple-timedexpiry-perl, libclass-returnvalue-perl, libcrypt-passwdmd5-perl, libdate-manip-perl, libdbd-pg-perl | libdbd-mysql-perl, libdbi-perl, libdbix-dbschema-perl (>= 0.35), libdbix-searchbuilder-perl, libfile-counterfile-perl, libfile-rsync-perl, libfrontier-rpc-perl, libhtml-format-perl, libhtml-tree-perl, libipc-run3-perl, libipc-sharelite-perl, liblingua-en-nameparse-perl, liblocale-maketext-fuzzy-perl, liblocale-maketext-lexicon-perl, liblocale-subcountry-perl, liblog-dispatch-perl, libmailtools-perl (>= 2), libmime-perl (>= 5.424) | libmime-perl (< 5.421), libnet-domain-tld-perl, libnet-scp-perl, libnet-ssh-perl, libnet-whois-raw-perl, libnetaddr-ip-perl, libnumber-format-perl, libregexp-common-perl, libstring-approx-perl, libstring-shellquote-perl, libterm-readkey-perl, libtest-inline-perl, libtext-autoformat-perl, libtext-csv-perl, libtext-template-perl, libtext-wrapper-perl, libtie-ixhash-perl, libtime-duration-perl, libtime-modules-perl, libtimedate-perl, libuniversal-require-perl, liburi-perl, libwant-perl, libwww-perl, libemail-sender-perl, libemail-sender-transport-smtp-tls-perl
Recommends: libdbd-pg-perl, libdbd-mysql-perl, rsync
Suggests: libbusiness-onlinepayment-perl
Description: Libraries for Freeside billing and trouble ticketing
diff --git a/debian/rules b/debian/rules
index a8835e5..3b5ff41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -133,10 +133,11 @@ install-stamp: build-stamp
#hack the build dir out of Freeside too. oh yeah, sucky.
perl -p -i -e "\
s'${TMP}(-webui)?''g;\
- " ${TMP}-webui/usr/share/freeside/handler.pl \
- ${TMP}/usr/share/perl5/FS/* \
- ${TMP}/usr/share/perl5/FS/*/* \
- ${TMP}/usr/bin/*
+ " ${TMP}-webui/usr/local/etc/freeside/handler.pl \
+ ${TMP}-webui/etc/freeside/apache2/* \
+ ${TMP}-lib/usr/share/perl5/FS/* \
+ ${TMP}-lib/usr/share/perl5/FS/*/* \
+ ${TMP}-lib/usr/bin/*
#rm -r $(FREESIDE_DOCUMENT_ROOT).*
-----------------------------------------------------------------------
Summary of changes:
debian/control | 2 +-
debian/rules | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)
More information about the freeside-commits
mailing list