Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
ladybug (0.18.2-1) unstable; urgency=medium

* New upstream release.
* Bump Standards-Version to 4.7.4 (no changes required).
* Update debian/watch to version 5 format.
* Remove obsolete soname.patch (no longer needed).
* Add separate copyright stanza for debian/* packaging files.

-- Ally Heev <allyheev@gmail.com> Mon, 20 Jul 2026 21:00:00 +0530

ladybug (0.18.0-1) unstable; urgency=medium

* New upstream release.
Expand Down
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
Source: ladybug
Section: database
Priority: optional
Maintainer: Ally Heev <allyheev@gmail.com>
Comment thread
aheev marked this conversation as resolved.
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
cmake,
libssl-dev (>= 3.0.0),
libssl-dev (<< 4.0.0)
Standards-Version: 4.7.2
Standards-Version: 4.7.4
Homepage: https://ladybugdb.com/
Vcs-Browser: https://github.com/LadybugDB/ladybug
Vcs-Git: https://github.com/LadybugDB/ladybug.git
Expand Down
6 changes: 6 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Source: https://github.com/LadybugDB/ladybug

Files: *
Copyright: 2024-2026 LadybugDB contributors
License: Expat

Files: debian/*
Copyright: 2024-2026 LadybugDB contributors
License: Expat

License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 0 additions & 1 deletion debian/patches/series

This file was deleted.

18 changes: 0 additions & 18 deletions debian/patches/soname.patch

This file was deleted.

2 changes: 1 addition & 1 deletion debian/watch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=4
version=5
opts=filenamemangle=s/.+\/v?(\d[\d\.]+)\.tar\.gz/ladybug-$1\.tar\.gz/ \
https://github.com/LadybugDB/ladybug/tags \
.*/archive/refs/tags/v?(\d[\d\.]+)\.tar\.gz
Loading