Prilagodba paketa za Debian squeeze.
authorDragan Dosen <ddosen@ffzg.hr>
Fri, 22 Apr 2011 15:44:30 +0000 (17:44 +0200)
committerDragan Dosen <ddosen@ffzg.hr>
Fri, 22 Apr 2011 15:44:30 +0000 (17:44 +0200)
debian/README.Debian
debian/changelog
debian/control
debian/copyright
debian/examples
debian/rules

index b75b502..cdb3796 100644 (file)
@@ -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.
 
 
 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 <ddosen@ffzg.hr>  Fri, 26 Mar 2010 14:47:41 +0100
+ -- Dragan Dosen <ddosen@ffzg.hr>  Fri, 22 Apr 2011 16:52:47 +0200
index b575a9d..20ecf23 100644 (file)
@@ -1,3 +1,10 @@
+squirrelmail-change-pass (3.1-1) stable; urgency=low
+
+  * New Upstream Version.
+  * Changes for Debian squeeze.
+
+ -- Dragan Dosen <ddosen@ffzg.hr>  Fri, 22 Apr 2011 16:52:47 +0200
+
 squirrelmail-change-pass (3.0-1) stable; urgency=low
 
   * Initial release.
 squirrelmail-change-pass (3.0-1) stable; urgency=low
 
   * Initial release.
index 83323aa..277779a 100644 (file)
@@ -8,7 +8,8 @@ Standards-Version: 3.8.0
 Package: squirrelmail-change-pass
 Architecture: all
 Replaces: squirrelmail-change-pass-cn
 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.
 Homepage: http://www.squirrelmail.org/plugin_view.php?id=21
 Description: SquirrelMail plugin: Change Password
  Change passwords using a poppass daemon.
index 4464c1f..3a4807a 100644 (file)
@@ -17,7 +17,7 @@ License: GPL-2+
  version.
 
 Files: debian/*
  version.
 
 Files: debian/*
-Copyright: © 2010 Dragan Dosen <ddosen@ffzg.hr>
+Copyright: © 2010-2011 Dragan Dosen <ddosen@ffzg.hr>
 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
 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
index 5270fea..f57354e 100644 (file)
@@ -1,2 +1,3 @@
 config_example.php
 config_example.php
+change_pass.pot
 doc/INSTALL
 doc/INSTALL
index 842b783..c0c6322 100755 (executable)
@@ -26,6 +26,7 @@ install-stamp:
                -path '*/.pc/*' -or \
                -name 'README' -or \
                -name 'config_example.php' \
                -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
                \) -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