From: Dragan Dosen Date: Fri, 22 Apr 2011 15:44:30 +0000 (+0200) Subject: Prilagodba paketa za Debian squeeze. X-Git-Tag: v3.1-2~2 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=squirrelmail-change-pass.git;a=commitdiff_plain;h=2f384bd926bc7884901c93fd265911d02c7b1bc5 Prilagodba paketa za Debian squeeze. --- diff --git a/debian/README.Debian b/debian/README.Debian index b75b502..cdb3796 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,8 +1,8 @@ -change_pass 3.0 +change_pass 3.1 Make sure to have configured plugin in the configuration file /etc/squirrelmail/config_change_pass.php. The plugin is NOT enabled in SquirrelMail by default. See the plugin's README file for details. - -- Dragan Dosen Fri, 26 Mar 2010 14:47:41 +0100 + -- Dragan Dosen Fri, 22 Apr 2011 16:52:47 +0200 diff --git a/debian/changelog b/debian/changelog index b575a9d..20ecf23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +squirrelmail-change-pass (3.1-1) stable; urgency=low + + * New Upstream Version. + * Changes for Debian squeeze. + + -- Dragan Dosen Fri, 22 Apr 2011 16:52:47 +0200 + squirrelmail-change-pass (3.0-1) stable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index 83323aa..277779a 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,8 @@ Standards-Version: 3.8.0 Package: squirrelmail-change-pass Architecture: all Replaces: squirrelmail-change-pass-cn -Depends: squirrelmail (>= 2:1.4), squirrelmail-compatibility (>= 2.0.12-1), debconf (>= 1.4.69) +Depends: squirrelmail (>= 2:1.4), squirrelmail-compatibility (>= 2.0.16-1) +Conflicts: squirrelmail (>= 2:1.5) Homepage: http://www.squirrelmail.org/plugin_view.php?id=21 Description: SquirrelMail plugin: Change Password Change passwords using a poppass daemon. diff --git a/debian/copyright b/debian/copyright index 4464c1f..3a4807a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -17,7 +17,7 @@ License: GPL-2+ version. Files: debian/* -Copyright: © 2010 Dragan Dosen +Copyright: © 2010-2011 Dragan Dosen License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/debian/examples b/debian/examples index 5270fea..f57354e 100644 --- a/debian/examples +++ b/debian/examples @@ -1,2 +1,3 @@ config_example.php +change_pass.pot doc/INSTALL diff --git a/debian/rules b/debian/rules index 842b783..c0c6322 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ install-stamp: -path '*/.pc/*' -or \ -name 'README' -or \ -name 'config_example.php' \ + -name 'change_pass.pot' \ \) -exec install -D --mode=644 {} $(TMP)/usr/share/squirrelmail/plugins/change_pass/{} \; install -D --mode=644 config_example.php $(TMP)/etc/squirrelmail/config_change_pass.php touch install-stamp