Your message dated Sun, 7 Nov 2021 01:16:41 +0100
with message-id <[email protected]>
and subject line Re: RFS: rinutils 0.10.0-1 [ITP] - a C headers library used by
Shlomi Fish's projects
has caused the Debian Bug report #998684,
regarding RFS: rinutils 0.10.0-1 [ITP] - a C headers library used by Shlomi
Fish's projects
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
998684: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998684
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal
Dear mentors,
I am looking for a sponsor for my package "rinutils":
* Package name : rinutils
Version : 0.10.0-1
Upstream Author : Shlomi Fish <[email protected]>
* URL : https://github.com/shlomif/rinutils/
* License : Expat
* Vcs : https://salsa.debian.org/shlomif-guest/rinutils
Section : Library development
It builds those binary packages:
librinutils-dev - a C headers library used by Shlomi Fish's projects
To access further information about this package, please visit the
following URL:
https://salsa.debian.org/shlomif-guest/rinutils
For reference:
* https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=993764
* https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995695
Regards,
--
Shlomi Fish https://www.shlomifish.org/
Chuck Norris was challenged to fight the world, and accepted. He bet
on himself, won, and collected the bet money.
Please reply to list if it's a mailing list post - http://shlom.in/reply .
--- End Message ---
--- Begin Message ---
Hi Shlomi,
I have just uploaded rinutils. I made some minor changes which are enclosed as a patch with this
email. Please apply this with git am on your git repo.
Thanks for your contribution.
Bastian
From: Bastian Germann <[email protected]>
Date: Sun, 7 Nov 2021 01:10:11 +0100
Subject: Last edit before upload
Remove empty files.
Remove unnecessary d/rules overrides.
Amend copyright year range to cover every contained file with (c) info.
---
debian/changelog | 1 -
debian/copyright | 2 +-
debian/librinutils-dev-min.docs | 0
debian/librinutils-dev-off.docs | 0
debian/librinutils-dev.docs | 0
debian/patches/series | 0
debian/rules | 9 ---------
debian/source/options | 0
8 files changed, 1 insertion(+), 11 deletions(-)
delete mode 100644 debian/librinutils-dev-min.docs
delete mode 100644 debian/librinutils-dev-off.docs
delete mode 100644 debian/librinutils-dev.docs
delete mode 100644 debian/patches/series
delete mode 100644 debian/source/options
diff --git a/debian/changelog b/debian/changelog
index 8229f4a..c80a45d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,4 +3,3 @@ rinutils (0.10.0-1) unstable; urgency=low
* Initial release (Closes: #995695)
-- Shlomi Fish <[email protected]> Mon, 06 Sep 2021 09:42:40 +0300
-
diff --git a/debian/copyright b/debian/copyright
index 72668c8..0c5caa9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: rinutils
Source: https://github.com/shlomif/rinutils/
Files: *
-Copyright: 2000 Shlomi Fish <[email protected]>
+Copyright: 2000-2019 Shlomi Fish <[email protected]>
License: Expat
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/debian/librinutils-dev-min.docs b/debian/librinutils-dev-min.docs
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/librinutils-dev-off.docs b/debian/librinutils-dev-off.docs
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/librinutils-dev.docs b/debian/librinutils-dev.docs
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/rules b/debian/rules
index 5945db8..932b341 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,12 +9,6 @@ override_dh_auto_configure:
# Build with prefix="" to generate correct embedded paths.
override_dh_auto_build-arch:
dh_auto_build -- all
-override_dh_auto_build-indep:
- dh_auto_build --
-
-# Install to debian/tmp.
-override_dh_auto_install-indep:
- dh_auto_install --
override_dh_auto_install-arch:
dh_auto_install -- prefix=$(CURDIR)/debian/tmp \
@@ -22,6 +16,3 @@ override_dh_auto_install-arch:
override_dh_installchangelogs:
dh_installchangelogs NEWS.asciidoc
-
-override_dh_auto_test:
- true
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index e69de29..0000000
--- End Message ---