Compare commits
2 Commits
cc4d938344
...
c16df6985a
Author | SHA1 | Date | |
---|---|---|---|
|
c16df6985a | ||
|
194ba6583a |
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -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
|
bitcron (1.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
8
debian/copyright
vendored
8
debian/copyright
vendored
@@ -1,10 +1,10 @@
|
|||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: bitcron
|
Upstream-Name: bitcron
|
||||||
Upstream-Contact: Pim van Pelt <pim@bit.nl>
|
Upstream-Contact: Pim van Pelt <pim@ipng.ch>
|
||||||
Source: https://github.com/pimvanpelt/bitcron
|
Source: https://git.ipng.ch/ipng/bitcron
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: Pim van Pelt <pim@bit.nl>
|
Copyright: Pim van Pelt <pim@ipng.ch>
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
|
|
||||||
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/>
|
along with this program. If not, see <https://www.gnu.org/licenses/>
|
||||||
.
|
.
|
||||||
On Debian systems, the complete text of the GNU General
|
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".
|
||||||
|
@@ -263,7 +263,7 @@ bitcron_usage()
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Please read the bitcron script. It has documentation at the"
|
echo "Please read the bitcron script. It has documentation at the"
|
||||||
echo "top of the file. Look in $0 for more details."
|
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!
|
# Here goes!
|
||||||
|
Reference in New Issue
Block a user