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