Compare commits
No commits in common. "16da8edc0deea014107b86b0d4477fe5d012462e" and "45f455831ceb4899ab9e4053b18b10475f40c910" have entirely different histories.
16da8edc0d
...
45f455831c
3 changed files with 13 additions and 9 deletions
14
debian/changelog
vendored
14
debian/changelog
vendored
|
@ -1,38 +1,42 @@
|
|||
inotify-info (0.0.3-1) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
* Merging upstream version 0.0.3.
|
||||
* Removing manual debhelper install file, not needed anymore with new
|
||||
upstream version.
|
||||
* Enabling non-silent output during build.
|
||||
|
||||
-- Daniel Baumann <daniel@debian.org> Sat, 13 Jul 2024 13:02:30 +0200
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 13 Jul 2024 13:02:30 +0200
|
||||
|
||||
inotify-info (0.0.2-1) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
* Merging upstream version 0.0.2.
|
||||
* Removing march.patch, not needed anymore.
|
||||
* Removing dwz.patch, not needed anymore.
|
||||
* Setting INOTIFYINFO_VERSION to debian package version.
|
||||
|
||||
-- Daniel Baumann <daniel@debian.org> Mon, 03 Jun 2024 22:01:31 +0200
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 03 Jun 2024 22:01:31 +0200
|
||||
|
||||
inotify-info (0.0.1-2) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
* Building without -march=native (Closes: #1071076).
|
||||
* Refreshing dwz.patch.
|
||||
* Renumbering patches.
|
||||
|
||||
-- Daniel Baumann <daniel@debian.org> Sat, 18 May 2024 14:41:59 +0200
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 18 May 2024 14:41:59 +0200
|
||||
|
||||
inotify-info (0.0.1-1) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
* Merging upstream version 0.0.1.
|
||||
* Using codename instead of suitname in changelog.
|
||||
|
||||
-- Daniel Baumann <daniel@debian.org> Sun, 05 May 2024 13:02:50 +0200
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 05 May 2024 13:02:50 +0200
|
||||
|
||||
inotify-info (0~20240209-1) sid; urgency=medium
|
||||
|
||||
* Initial upload to sid.
|
||||
|
||||
-- Daniel Baumann <daniel@debian.org> Thu, 25 Apr 2024 09:14:44 +0200
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 25 Apr 2024 09:14:44 +0200
|
||||
|
|
6
debian/control
vendored
6
debian/control
vendored
|
@ -1,14 +1,14 @@
|
|||
Source: inotify-info
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.7.0
|
||||
Homepage: https://github.com/mikesart/inotify-info
|
||||
Vcs-Browser: https://forgejo.debian.net/linux/inotify-info
|
||||
Vcs-Git: https://forgejo.debian.net/linux/inotify-info
|
||||
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/inotify-info
|
||||
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/inotify-info
|
||||
|
||||
Package: inotify-info
|
||||
Section: utils
|
||||
|
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -12,7 +12,7 @@ Copyright: 2018 Taymindis Woon
|
|||
License: BSD-2-clause
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2024-2025 Daniel Baumann <daniel@debian.org>
|
||||
Copyright: 2024 Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
License: MIT
|
||||
|
||||
License: BSD-2-clause
|
||||
|
|
Loading…
Add table
Reference in a new issue