This is an automated email from the git hooks/post-receive script. iankarlwallace-guest pushed a commit to branch master in repository openemr.
commit e03522a8e4c1bebe94f265db811d0b52b4231c3f Author: Ian Wallace <[email protected]> Date: Fri Jun 6 22:09:54 2014 -0700 Corrected the Vcs links for git. Added DH_VERBOSE and DH_OPTIONS to help with debugging the build. --- debian/control | 6 +++--- debian/rules | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 5469ea6..7105d65 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9) Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/openemr/trunk/ -Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/openemr/trunk/ +Vcs-Browser: https://alioth.debian.org/anonscm/git/debian-med/openemr.git +Vcs-Git: https://alioth.debian.org/anonscm/git/debian-med/openemr.git Homepage: http://www.open-emr.org/ Package: openemr @@ -35,7 +35,7 @@ Depends: ${shlibs:Depends}, php5-mcrypt, php-soap, imagemagick -Description: comprehensive medical practice management +Description: Comprehensive medical practice management OpenEMR is a free medical practice management, electronic medical records, prescription writing, and medical billing application. These programs are also referred to as electronic health records. It is a diff --git a/debian/rules b/debian/rules index 6055261..874a39c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f -# DH_VERBOSE := 1 +export DH_VERBOSE=1 +export DH_OPTIONS=-v %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/openemr.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
