| 1 |
ledgersmb (1.2.10) unstable; urgency=low |
ledgersmb (1.3.11-1~1) UNRELEASED; urgency=low |
| 2 |
|
|
| 3 |
|
* New upstream release. |
| 4 |
|
* Changes for debian/patches/*: |
| 5 |
|
- Remove unneeded changes from the 15_httpdconf.patch file. |
| 6 |
|
- The nine patches for the scripts/* files are no longer needed. |
| 7 |
|
* Changes for debian/clean: |
| 8 |
|
- Add the debian/clean file for use by dh_clean during package builds. |
| 9 |
|
- Remove the created pos.conf.pl file during the package build cleanup. |
| 10 |
|
- Remove the created ledgersmb.conf and ledgersmb-httpd.conf files using |
| 11 |
|
dh_clean instead of directly in debian/rules. |
| 12 |
|
* Changes to debian/ledgersmb.postinst: |
| 13 |
|
- Correct the whitespace indentation in the script. |
| 14 |
|
- Simplify the section using a2enmod to enable mod_rewrite. |
| 15 |
|
* Changes to debian/ledgersmb.postrm: |
| 16 |
|
- Correct the whitespace indentation in the script. |
| 17 |
|
* Changes to debian/ledgersmb.install: |
| 18 |
|
- Install default pos.conf.pl configuration file to /etc/ledgersmb. |
| 19 |
|
* Changes to debian/ledgersmb.links: |
| 20 |
|
- Install symbolic link for the pos.conf.pl configuration file. |
| 21 |
|
* Changes to debian/rules: |
| 22 |
|
- Remove the override_dh_auto_clean target as it is no longer needed. |
| 23 |
|
- Change how Build.PL is removed in the override_dh_auto_configure target. |
| 24 |
|
- Create default pos.conf.pl file in the override_dh_auto_configure target. |
| 25 |
|
|
| 26 |
|
-- Robert James Clay <jame@rocasa.us> Sat, 25 Feb 2012 15:43:11 -0500 |
| 27 |
|
|
| 28 |
|
ledgersmb (1.3.10-1) experimental; urgency=low |
| 29 |
|
|
| 30 |
|
* New upstream release. |
| 31 |
|
* Install pos.conf.pl.template as an example file. |
| 32 |
|
* Correct softlink for the ledgersmb-httpd.conf file. |
| 33 |
|
|
| 34 |
|
-- Robert James Clay <jame@rocasa.us> Tue, 17 Jan 2012 19:38:09 -0500 |
| 35 |
|
|
| 36 |
|
ledgersmb (1.3.9-2) experimental; urgency=low |
| 37 |
|
|
| 38 |
|
* Change debhelper compatibility to 8. |
| 39 |
|
* Changes to debian/control: |
| 40 |
|
- Change debhelper Build-Depends to >= 8. |
| 41 |
|
- Change web server dependency to 'apache2 | httpd-cgi'. |
| 42 |
|
- Make the postgresql related Depends/Suggests unversioned. |
| 43 |
|
* Changes to debian/postrm: |
| 44 |
|
- Rewrite how the old dpkg-statoverride usage is being dealt with. |
| 45 |
|
* Changes to debian/postinst: |
| 46 |
|
- Do not use dpkg-statoverride to set default permissions. |
| 47 |
|
- If Apache is present, configure it for use with LedgerSMB. |
| 48 |
|
* Changes to debian/rules: |
| 49 |
|
- Changed to using dh and a mimimal debian/rules. |
| 50 |
|
- Do not install MIT-LICENSE file from the embedded Scriptaculous library. |
| 51 |
|
- Do permissions corrections here instead of in the maintenance scripts |
| 52 |
|
and do them in the override_dh_fixperms target. |
| 53 |
|
* Changes to debian/copyright: |
| 54 |
|
- Update the end year for my debian directory copyright information. |
| 55 |
|
- Add information regarding the embedded Scriptaculous Javascript library. |
| 56 |
|
* Changes to debian/ledgersmb.lintian-override: |
| 57 |
|
- Override the package-contains-empty-directory Lintian Warnings for the |
| 58 |
|
directories scripts/custom and LedgerSMB/Reconciliation/CSV/Formats. |
| 59 |
|
- Remove the override related to the Scriptaculous license file. |
| 60 |
|
* Change how the ledgersmb-httpd.conf file is installed. |
| 61 |
|
* Include patches for some application cgi script shebang issues. |
| 62 |
|
* Include patches for application documentation spelling & NAME entry issues. |
| 63 |
|
* Use debian/ledgersmb.manpages to list the man pages to be installed. |
| 64 |
|
* Prefix binary-package specific file names in the debian directory with |
| 65 |
|
the package name. |
| 66 |
|
|
| 67 |
|
-- Robert James Clay <jame@rocasa.us> Sun, 15 Jan 2012 13:38:19 -0500 |
| 68 |
|
|
| 69 |
|
ledgersmb (1.3.9-1) experimental; urgency=low |
| 70 |
|
|
| 71 |
|
* New upstream release. |
| 72 |
|
* Clean up the debian/watch control file. |
| 73 |
|
* Changes to debian/rules: |
| 74 |
|
- Add build-arch and build-indep targets. |
| 75 |
|
- Add a call for dh_perl to the binary-indep target. |
| 76 |
|
- Add removal of created ledgersmb-httpd.conf to clean target. |
| 77 |
|
- Run 'make distclean' in the clean target if the created Makefile |
| 78 |
|
is present. |
| 79 |
|
* Changes to debian/control: |
| 80 |
|
- Add ${perl:Depends} to the Depends line. |
| 81 |
|
- Change the Recommends for the lpr package to a Suggests. |
| 82 |
|
- Updated the Standards-Version to 3.9.2, no changes needed. |
| 83 |
|
- Remove ${shlibs:Depends} from Depends line as it is unneeded. |
| 84 |
|
- Replace the Recommends for a mail-transport-agent with |
| 85 |
|
"default-mta | mail-transport-agent". |
| 86 |
|
* Correct spelling error and correct missing note about upstream release |
| 87 |
|
in the 1.3.8-1 entry for the debian/changelog. |
| 88 |
|
* Override Lintian warnings regarding the embedded Scriptaculous Javascript |
| 89 |
|
library until LedgerSMB can be tested with the versions available in Debian. |
| 90 |
|
|
| 91 |
|
-- Robert James Clay <jame@rocasa.us> Sat, 24 Dec 2011 13:40:35 -0500 |
| 92 |
|
|
| 93 |
|
ledgersmb (1.3.8-1) experimental; urgency=low |
| 94 |
|
|
| 95 |
|
* New upstream release. |
| 96 |
|
* Added a debian/TODO file. |
| 97 |
|
* Do not install v1.3.x INSTALL file with package. |
| 98 |
|
* Update debian/patches/05_confdir.patch for v1.3.8. |
| 99 |
|
* Minor edit to the short description in debian/control. |
| 100 |
|
* Reorganize Depends and Recommends entries in debian/control. |
| 101 |
|
* Replace XML::Twig package references with OpenOffice::OODoc. |
| 102 |
|
* Update to v1.3.x README.Debian adapted from v1.3 INSTALL file. |
| 103 |
|
* Add ledgersmb-httpd.conf.template to debian/ledgersmb.examples. |
| 104 |
|
* Create default ledgersmb-httpd.conf from ledgersmb-httpd.conf.template. |
| 105 |
|
* Remove chmod of /etc/ledgersmb/*.pl from postinst as no longer necessary. |
| 106 |
|
* Upstream no longer providing an HTML version of the manual, so remove that |
| 107 |
|
entry in debian/ledgersmb.doc-base. |
| 108 |
|
|
| 109 |
|
-- Robert James Clay <jame@rocasa.us> Thu, 15 Dec 2011 14:58:50 -0500 |
| 110 |
|
|
| 111 |
|
ledgersmb (1.3.0-1) experimental; urgency=low |
| 112 |
|
|
| 113 |
|
* New upstream release, first in the v1.3 series. |
| 114 |
|
* Initial adaptation of the Debian packaging to the new version as neccessary. |
| 115 |
|
|
| 116 |
|
-- Robert James Clay <jame@rocasa.us> Fri, 05 Nov 2011 22:42:43 -0400 |
| 117 |
|
|
| 118 |
|
ledgersmb (1.2.25-1) stable; urgency=low |
| 119 |
|
|
| 120 |
|
* New upstream release, which includes corrections for sql injection issue. |
| 121 |
|
* Updated Standards-Version in debian/control to 3.9.1; no changes required. |
| 122 |
|
* Updated copyright years as necessary to include 2011 in debian/copyright. |
| 123 |
|
* Use dpkg-statoverride and postinst to set /etc/ledgersmb/* permissions. |
| 124 |
|
* Use dh_lintian in debian/rules to install ledgersmb.lintian-overrides. |
| 125 |
|
* Updated debhelper compatibility to 7 and Build-Depends to 7.0.50. |
| 126 |
|
* Updated the package Depends and Recommends in debian/control. |
| 127 |
|
* Updated the README.Debian file and added a Debian TODO file. |
| 128 |
|
* Updated as neccessary for how files installation is done. |
| 129 |
|
* Changed package patching system from dpatch to quilt. |
| 130 |
|
* Change 'dh_clean -k' to dh_prep in debian/rules. |
| 131 |
|
* Switch to dpkg-source 3.0 (quilt) format. |
| 132 |
|
|
| 133 |
|
-- Robert James Clay <jame@rocasa.us> Sun, 23 Oct 2011 15:49:46 -0400 |
| 134 |
|
|
| 135 |
|
ledgersmb (1.2.24-1) unstable; urgency=low |
| 136 |
|
|
| 137 |
|
* New upstream release |
| 138 |
|
* Updated the debian/patches/15_httpdconf.dpatch patch. |
| 139 |
|
* Updated Depends line in debian/control: added libconfig-any-perl, |
| 140 |
|
changed libhtml-parser-perl to libhtml-linkextractor-perl, added |
| 141 |
|
libdata-dumper-simple-perl. |
| 142 |
|
|
| 143 |
|
-- Robert James Clay <jame@rocasa.us> Sat, 01 Oct 2011 17:35:37 -0400 |
| 144 |
|
|
| 145 |
|
ledgersmb (1.2.23-1) unstable; urgency=low |
| 146 |
|
|
| 147 |
|
* New upstream release |
| 148 |
|
* Cleanup newline issue in debian/links file. |
| 149 |
|
|
| 150 |
|
-- Robert James Clay <jame@rocasa.us> Mon, 28 Sep 2011 09:43:37 -0400 |
| 151 |
|
|
| 152 |
|
ledgersmb (1.2.22-1) unstable; urgency=low |
| 153 |
|
|
| 154 |
|
* New upstream release |
| 155 |
|
* Add note to README.source about how the source archive is currently |
| 156 |
|
being created. |
| 157 |
|
|
| 158 |
|
-- Robert James Clay <jame@rocasa.us> Mon, 28 Sep 2011 08:19:11 -0400 |
| 159 |
|
|
| 160 |
|
ledgersmb (1.2.21-1) unstable; urgency=low |
| 161 |
|
|
| 162 |
|
* New upstream release |
| 163 |
|
* Detailed the Debian packaging copyright in debian/copyright. |
| 164 |
|
|
| 165 |
|
-- Robert James Clay <jame@rocasa.us> Sun, 21 Mar 2010 21:16:00 -0400 |
| 166 |
|
|
| 167 |
|
ledgersmb (1.2.20-1) unstable; urgency=low |
| 168 |
|
|
| 169 |
|
* New upstream release |
| 170 |
|
|
| 171 |
|
-- Robert James Clay <jame@rocasa.us> Sat, 20 Feb 2010 11:40:38 -0500 |
| 172 |
|
|
| 173 |
|
ledgersmb (1.2.19-1) unstable; urgency=low |
| 174 |
|
|
| 175 |
|
* New upstream release |
| 176 |
|
|
| 177 |
|
-- Robert James Clay <jame@rocasa.us> Sat, 13 Feb 2010 12:08:25 -0500 |
| 178 |
|
|
| 179 |
|
ledgersmb (1.2.18-1) unstable; urgency=low |
| 180 |
|
|
| 181 |
|
[ Robert James Clay ] |
| 182 |
|
* Added index.html link to doc/ledgersmb/html_manual/LedgerSMB-manual.html |
| 183 |
|
* Added HTML format section to ledgersmb.doc-base |
| 184 |
|
|
| 185 |
|
[ Elizabeth Krumbach ] |
| 186 |
|
* New upstream release |
| 187 |
|
|
| 188 |
|
-- Elizabeth Krumbach <lyz@princessleia.com> Mon, 06 Apr 2009 00:16:23 +0000 |
| 189 |
|
|
| 190 |
|
ledgersmb (1.2.17-1) unstable; urgency=low |
| 191 |
|
|
| 192 |
|
* New upstream release |
| 193 |
|
|
| 194 |
|
-- Elizabeth Bevilacqua <lyz@princessleia.com> Thu, 20 Nov 2008 00:32:03 +0000 |
| 195 |
|
|
| 196 |
|
ledgersmb (1.2.16-1) unstable; urgency=low |
| 197 |
|
|
| 198 |
|
[ Roberto C. Sanchez ] |
| 199 |
|
* Update to Standards-Version 3.8.0 |
| 200 |
|
+ Add README.source |
| 201 |
|
|
| 202 |
|
[ Elizabeth Bevilacqua ] |
| 203 |
|
* New upstream release |
| 204 |
|
* Edited README.Debian for better clarity |
| 205 |
|
|
| 206 |
|
-- Elizabeth Bevilacqua <lyz@princessleia.com> Sun, 14 Sep 2008 14:27:08 +0000 |
| 207 |
|
|
| 208 |
|
ledgersmb (1.2.15-2) unstable; urgency=low |
| 209 |
|
|
| 210 |
|
* Added postgres-8.3 to depends and suggests |
| 211 |
|
|
| 212 |
|
-- Elizabeth Bevilacqua <lyz@princessleia.com> Fri, 29 Aug 2008 02:19:03 +0000 |
| 213 |
|
|
| 214 |
|
ledgersmb (1.2.15-1) unstable; urgency=low |
| 215 |
|
|
| 216 |
|
* New upstream release |
| 217 |
|
|
| 218 |
|
-- Elizabeth Bevilacqua <lyz@princessleia.com> Tue, 26 Aug 2008 18:48:58 +0000 |
| 219 |
|
|
| 220 |
|
ledgersmb (1.2.14-1) unstable; urgency=low |
| 221 |
|
|
| 222 |
|
* New upstream release |
| 223 |
|
|
| 224 |
|
-- Elizabeth Bevilacqua <lyz@princessleia.com> Fri, 22 Aug 2008 02:16:15 +0000 |
| 225 |
|
|
| 226 |
|
ledgersmb (1.2.13-1) unstable; urgency=low |
| 227 |
|
|
| 228 |
* New upstream release |
* New upstream release |
| 229 |
|
|
| 230 |
-- Elizabeth Bevilacqua <lyz@princessleia.com> Thu, 27 Dec 2007 14:10:32 -0500 |
-- Elizabeth Bevilacqua <lyz@princessleia.com> Tue, 08 Apr 2008 19:02:35 +0000 |
| 231 |
|
|
| 232 |
ledgersmb (1.2.5-2) unstable; urgency=low |
ledgersmb (1.2.5-2) unstable; urgency=low |
| 233 |
|
|