/[pkg-sql-ledger]/ledger-smb/trunk/debian/changelog
ViewVC logotype

Diff of /ledger-smb/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 254 by jame-guest, Wed Sep 28 15:27:14 2011 UTC revision 409 by jame-guest, Sun Jan 15 21:43:45 2012 UTC
# Line 1  Line 1 
1  ledgersmb (1.2.24-1) UNRELEASED; urgency=low  ledgersmb (1.3.10~rc2-1) UNRELEASED; urgency=low
2    
3      * New upstream release.
4    
5     -- Robert James Clay <jame@rocasa.us>  Sun, 15 Jan 2012 15:50:47 -0500
6    
7    ledgersmb (1.3.9-2) experimental; urgency=low
8    
9      * Change debhelper compatibility to 8.
10      * Changes to debian/control:
11        - Change debhelper Build-Depends to >= 8.
12        - Change web server dependency to 'apache2 | httpd-cgi'.
13        - Make the postgresql related Depends/Suggests unversioned.
14      * Changes to debian/postrm:
15        - Rewrite how the old dpkg-statoverride usage is being dealt with.
16      * Changes to debian/postinst:
17        - Do not use dpkg-statoverride to set default permissions.
18        - If Apache is present, configure it for use with LedgerSMB.
19      * Changes to debian/rules:
20        - Changed to using dh and a mimimal debian/rules.
21        - Do not install MIT-LICENSE file from the embedded Scriptaculous library.
22        - Do permissions corrections here instead of in the maintenance scripts
23          and do them in the override_dh_fixperms target.
24      * Changes to debian/copyright:
25        - Update the end year for my debian directory copyright information.
26        - Add information regarding the embedded Scriptaculous Javascript library.
27      * Changes to debian/ledgersmb.lintian-override:
28        - Override the package-contains-empty-directory Lintian Warnings for the
29          directories scripts/custom and LedgerSMB/Reconciliation/CSV/Formats.
30        - Remove the override related to the Scriptaculous license file.
31      * Change how the ledgersmb-httpd.conf file is installed.
32      * Include patches for some application cgi script shebang issues.
33      * Include patches for application documentation spelling & NAME entry issues.
34      * Use debian/ledgersmb.manpages to list the man pages to be installed.
35      * Prefix binary-package specific file names in the debian directory with
36        the package name.
37    
38     -- Robert James Clay <jame@rocasa.us>  Sun, 15 Jan 2012 13:38:19 -0500
39    
40    ledgersmb (1.3.9-1) experimental; urgency=low
41    
42      * New upstream release.
43      * Clean up the debian/watch control file.
44      * Changes to debian/rules:
45        - Add build-arch and build-indep targets.
46        - Add a call for dh_perl to the binary-indep target.
47        - Add removal of created ledgersmb-httpd.conf to clean target.
48        - Run 'make distclean' in the clean target if the created Makefile
49          is present.
50      * Changes to debian/control:
51        - Add ${perl:Depends} to the Depends line.
52        - Change the Recommends for the lpr package to a Suggests.
53        - Updated the Standards-Version to 3.9.2, no changes needed.
54        - Remove ${shlibs:Depends} from Depends line as it is unneeded.
55        - Replace the Recommends for a mail-transport-agent with
56          "default-mta | mail-transport-agent".
57      * Correct spelling error and correct missing note about upstream release
58        in the 1.3.8-1 entry for the debian/changelog.
59      * Override Lintian warnings regarding the embedded Scriptaculous Javascript
60        library until LedgerSMB can be tested with the versions available in Debian.
61    
62     -- Robert James Clay <jame@rocasa.us>  Sat, 24 Dec 2011 13:40:35 -0500
63    
64    ledgersmb (1.3.8-1) experimental; urgency=low
65    
66      * New upstream release.
67      * Added a debian/TODO file.
68      * Do not install v1.3.x INSTALL file with package.
69      * Update debian/patches/05_confdir.patch for v1.3.8.
70      * Minor edit to the short description in debian/control.
71      * Reorganize Depends and Recommends entries in debian/control.
72      * Replace XML::Twig package references with OpenOffice::OODoc.
73      * Update to v1.3.x README.Debian adapted from v1.3 INSTALL file.
74      * Add ledgersmb-httpd.conf.template to debian/ledgersmb.examples.
75      * Create default ledgersmb-httpd.conf from ledgersmb-httpd.conf.template.
76      * Remove chmod of /etc/ledgersmb/*.pl from postinst as no longer necessary.
77      * Upstream no longer providing an HTML version of the manual, so remove that
78        entry in debian/ledgersmb.doc-base.
79    
80     -- Robert James Clay <jame@rocasa.us>  Thu, 15 Dec 2011 14:58:50 -0500
81    
82    ledgersmb (1.3.0-1) experimental; urgency=low
83    
84      * New upstream release, first in the v1.3 series.
85      * Initial adaptation of the Debian packaging to the new version as neccessary.
86    
87     -- Robert James Clay <jame@rocasa.us>  Fri, 05 Nov 2011 22:42:43 -0400
88    
89    ledgersmb (1.2.25-1) stable; urgency=low
90    
91      * New upstream release, which includes corrections for sql injection issue.
92      * Updated Standards-Version in debian/control to 3.9.1; no changes required.
93      * Updated copyright years as necessary to include 2011 in debian/copyright.
94      * Use dpkg-statoverride and postinst to set /etc/ledgersmb/* permissions.
95      * Use dh_lintian in debian/rules to install ledgersmb.lintian-overrides.
96      * Updated debhelper compatibility to 7 and Build-Depends to 7.0.50.
97      * Updated the package Depends and Recommends in debian/control.
98      * Updated the README.Debian file and added a Debian TODO file.
99      * Updated as neccessary for how files installation is done.
100      * Changed package patching system from dpatch to quilt.
101      * Change 'dh_clean -k' to dh_prep in debian/rules.
102      * Switch to dpkg-source 3.0 (quilt) format.
103    
104     -- Robert James Clay <jame@rocasa.us>  Sun, 23 Oct 2011 15:49:46 -0400
105    
106    ledgersmb (1.2.24-1) unstable; urgency=low
107    
108    * New upstream release    * New upstream release
109      * Updated the debian/patches/15_httpdconf.dpatch patch.
110      * Updated Depends line in debian/control:  added libconfig-any-perl,
111        changed libhtml-parser-perl to libhtml-linkextractor-perl, added
112        libdata-dumper-simple-perl.
113    
114   -- Robert James Clay <jame@rocasa.us>  Mon, 28 Sep 2011 11:26:23 -0400   -- Robert James Clay <jame@rocasa.us>  Sat, 01 Oct 2011 17:35:37 -0400
115    
116  ledgersmb (1.2.23-1) unstable; urgency=low  ledgersmb (1.2.23-1) unstable; urgency=low
117    

Legend:
Removed from v.254  
changed lines
  Added in v.409

  ViewVC Help
Powered by ViewVC 1.1.5