lp:ubuntu/precise/smstools

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/precise/smstools
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

22. By Patrick Schoenfeld

* New upstream release
* Acknowledge NMU, thanks to Jan Wagner
* Add a logrotate configuration file
* Use the new quilt dh series and minimize debian/rules accordingly
* Add new debconf template translations:
  + Brazilian Portugese translation, thanks to Jef Lui.
    (Closes: #592742)
  + Italian translation, thanks to Stefano Canepa
    (Closes: #608402)
* Bump Standards-Version; no changes needed

21. By Patrick Schoenfeld

* New upstream release
* Acknowledge Non-mantainer upload, thanks Jan
* Upgrade to Standards-Version 3.9.0; no changes needed
* Use the new debhelper quilt sequence and simplify rules file this
  way
* Update build-depends for the usage of the quilt dh sequence
* Fix reference to GPL in copyright file
* New maintainer; make myself the maintainer of the package as I've
  been the de-facto maintainer for nearly three years now
* Update Vcs-Headers to reflect the migration to git

20. By Jan Wagner

* Non-maintainer upload, as requested by maintainer
* New Upstream version (Closes: #586643)
* Bump Standards to 3.8.4, no changes needed
* Define source format 1.0 in debian/source/format
* Add $remote_fs as dependency for Required-Start and Required-Stop in the
  init script, removed $local_fs, which is implicit

19. By Patrick Schoenfeld

* New upstream version
  (Closes: #494274)
* Remove patch to fix modem timeouts; upstream includes changes that
  obsolete it
* Switch to debhelper 7 and minimize the rules file
* Add a file debian/manpage for manpage installation
* Add a debian/install file for files which need to be installed
* Add an ignore.d.server file for logcheck (Closes: #516158)
* [INTL:ja] Add Japanese po-debconf template translation
  (ja.po); thanks to Hideki Yamane
  (Closes: #558073)
* Change my email address at some places
* Make ucf call on purge conditional, so that purge does not fail if
  ucf is not installed.
* Fix pathname of smsd configuration in ucf call (its smsd.conf not
  smstools.conf)
* Remove the last changed header from smsd.conf because its annoying
  on every upgrade
* Fix a bug in the init script, that would cause the daemon to not
  properly run, if /var/run/smstools does not exist, because it
  wouldn't respect its user settings anymore.
* Make sure a symlink from /var/log/smsd.log to /var/log/smstools/smsd.log
  is created on upgrades, if /var/log/smsd.log exists.
* Change the logfile path in the default configuration to
  /var/log/smstools/smsd.log

18. By Patrick Schoenfeld

* Add missing changelog entry from stable version (3.1-2)
  (Closes: #522376)
* Don't create /var/run/smstools in postinst nor during the build process,
  because its created in the init script. Thanks lintian.
* Update Standards-Version
* Remove patch for disabling of functions that are not thread-safe,
  because it has been applied upstream.

17. By Patrick Schoenfeld

* Upload to unstable
* Added code to init script that recreates /var/run/smstools with proper
  permissions (taken from dpkg-statoverride) if it went missing.
  (Closes: #510494)
* Update spanish debconf translation. Thanks to Francisco Javier
  Cuadrado (Closes: #511481)
* Added swedish debconf translation. Thanks to Martin Bagge (Closes:
  #510555)
* Added --debconf-ok option to ucf call to fix warning during upgrade
  and for this to work properly also added a versioned ucf dependency.

16. By Iain Lane

* Merge with Debian experimental (LP: #313049), remaining changes:
  + debian/init.d: Recreate /var/run/smstools on reboot

15. By Peter Magnusson

* Changes to the init.d script
  - smstools folder under /var/run isn't recreated after reboot (LP: #221973)

14. By Patrick Schoenfeld

* New upstream version:
    - While running as an unpriviledged user, outgoing files which are not
      writable for smsd are re-created to fix the permissions.
    - Possibility to log phonecalls
    - Regular run feature has been added which can be used to define an
      external script which is executed regulary within a given interval.
      (Closes: #476124)
  (Closes: #480906)
* Updated watch file to make it work again (previously it only matched 3.0.x
  versions to avoid matching betas, now it matches versions consisting of
  digits and dots instead which seems to be better)
* Removed patch which were used to workaround permission problems, because it
  is included in upstream sources
* Added Vcs-Headers
* Added a patch to re-enable statistics which has been disabled by default
  in the upstream Makefiles
* Fix startup problems on fresh installations that happens due to the
  /var/log/smsd_stats directory to have wrong permissions by setting
  permissions via dpkg-statoverride in the post-installation script

13. By Patrick Schoenfeld

* Use the new Homepage field
* Updated Standards-Version
* Fixed erroneous output when smsd is restarted
* Removed NEWS file and instead added a README.Debian with the most
  important notes
* Added finish translation for debconf messages.
  Thanks to Esko Arajärvi. (Closes: #457449)
* Remove usr/share/doc/smstools/scripts from dirs, because the example
  scripts are installed into usr/share/doc/smstools/examples/scripts
* Add usr/share/doc/smstools/examples/scripts to dirs and remove the call to
  install -d in debian/rules
* Some cleanups in debian/rules
* Removed everything related to configure from debian/rules, because it is
  not a autoconf package
* Replaced (C) with ©, because only the latter is legally entitled
* Make depend on debconf versioned to make backporters work for oldstable
  backports more easy
* Change Copyright holder to Copyright in debian/copyright
* Add ${misc:Depends} to the depends for the case that the debhelpers
  ever need it
* Some cleanups in debian/postinst
* Switch to ucf for configuration file handling:
  + Add ucf to depends
  + Move configuration templates to their own files in /usr/share/smstools
    instead of embedding them into the postinst
  + Register configuration file with ucf in post-installation script
  + Manage configuration changes with ucf
* Implemented a status target in the init script
* Don't backup smsd.conf; ucf should do that
* Don't use @EVENT_HANDLER@ as a default because this way configuration file
  can be invalid under certain circumstances
* To determine event handler preset in debian/config use only active entries
  (those that are not commented!), and only the first active found.
* Added debconf-updatepo to the clean target
* Added missing build dependency po-debconf to package
* Removed prerm file, because its not needed anymore
* Removed debian/debian-version because it is not needed
* Use dpkg-statoverride instead of chown to change permissions of
  directories
* Change permissions on /var/spool/sms so that members of the smsd group can
  write to it, ensure that the files get the right permissions by setting
  the sticky bit and ensure that members of the group cannot delete each
  others files by setting the restricted deletion bit.
  (Closes: #471128)
* Comment out 'set -ex' in debian/postinst (it is only needed for
  debug purposes)
* Added quilt as a patch system
* Add a patch to workaround permission problems that occur if people don't
  use proper umasks to write to the spool directories
* Delete symlinks in /var/log on purge
* Remove Stephan Frings from the copyright file because he isn't a copyright
  holder for versions >= 3.0
* Use dh_installexamples to install example scripts and configuration files,
  because there seems to be no need for special handling
* Remove Mark from Uploaders field as he is already maintainer of the
  package and that duplication is not really needed

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/quantal/smstools
This branch contains Public information 
Everyone can see this information.

Subscribers