- Update copyright years.
- Update Standards-Version to 4.7.2.
- Remove «Rules-Requires-Root: no» field, which is now the default.
- Remove «Priority: optional» field, which is now the default.
- Wrap and sort fields.
- Add spaces around operators in make variables.
Change-Id: Ie711255518bae8920df18c4ad34db17d708e551a
Rename it to match the current naming convention, and add backwards
compatibility symlinks until the next LTS.
Change-Id: I0c02c8695fc37f8e7a7e15114c0b7a7f7545d102
- Bump debhelper compatibility version 10.
- Switch from Priority extra to optional.
- Update debian/.gitignore file.
Change-Id: I577594a95567de72002c72cd8c8e95ff135f0451
This module has been split from perl core in recent releases, use the
CPAN version always to be future-proof.
Change-Id: I93f74948570f7cdf38507472c529f963530ac5cf
* logic moved to NGCP::Cleanup
* refactored NGCP::Cleanup to support OO, logging
* implemented table partitioning support
* optimized speed for key columns containing timestamps
Change-Id: I8eaec0f42d15de30daf65753e5f04bc9b104c9cc
- Use canonical homepage URL.
- Fix Vcs-* field URLs.
- Bump debhelper compatibility to 9.
- Bump Standards-Version to 3.9.8.
- Bump source format to 3.0 (native).
- Switch to dh debian/rules.
- Make the package short descriptions unique.
- Fix typo for MySQL in package long descriptions.
- Update copyright years.
- Remove unnecessary prosting maintscript (the directory is shipped).
Change-Id: If5820bb643867ff4a0bf51719c741ec643d38949
This makes reviews and diffs easier and helps in avoiding duplicate entries.
devscripts's wrap-and-sort ftw.
Closes: https://bugtracker.sipwise.com/view.php?id=1845
From: Michael Prokop <mprokop@sipwise.com>
Quoting Andrew:
| we have a bug in ngcp version 2.3: cleanup of database runs on both
| nodes. we should wrap the acc-cleanup.pl call in
| ngcp/cleanup-tools/trunk/cleanup-tools.cron inside ngcp_check-active
| check
| [...] so we need to add the IF PRO and if ngcp_check-active etc
So split the package accordingly and provide the
proper cron files for pro vs. ce.
From: Michael Prokop <mprokop@sipwise.com>