Compare commits

...

2 Commits

Author SHA1 Message Date
Pim van Pelt
c16df6985a release 1.1-1 2025-07-13 23:45:28 +02:00
Pim van Pelt
194ba6583a Use current e-mail address 2025-07-13 23:44:57 +02:00
3 changed files with 13 additions and 5 deletions

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
bitcron (1.1-1) unstable; urgency=medium
* Add comprehensive README documentation
* Update contact information and repository URLs
* Improve Makefile with proper clean targets
-- Pim van Pelt <pim@ipng.ch> Sun, 13 Jul 2025 14:00:00 +0000
bitcron (1.0-1) unstable; urgency=medium
* Initial release.

8
debian/copyright vendored
View File

@@ -1,10 +1,10 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bitcron
Upstream-Contact: Pim van Pelt <pim@bit.nl>
Source: https://github.com/pimvanpelt/bitcron
Upstream-Contact: Pim van Pelt <pim@ipng.ch>
Source: https://git.ipng.ch/ipng/bitcron
Files: *
Copyright: Pim van Pelt <pim@bit.nl>
Copyright: Pim van Pelt <pim@ipng.ch>
License: GPL-2+
License: GPL-2+
@@ -22,4 +22,4 @@ License: GPL-2+
along with this program. If not, see <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

View File

@@ -263,7 +263,7 @@ bitcron_usage()
echo ""
echo "Please read the bitcron script. It has documentation at the"
echo "top of the file. Look in $0 for more details."
echo "-- Author: Pim van Pelt <pim@bit.nl>"
echo "-- Author: Pim van Pelt <pim@ipng.ch>"
}
# Here goes!