Your message dated Mon, 18 Dec 2023 13:48:40 +0100
with message-id <[email protected]>
and subject line Re: RFS: nihstro/0-20231121-1 [ITP] -- 3DS shader tools -
development headers
has caused the Debian Bug report #1056753,
regarding RFS: nihstro/0-20231121-1 [ITP] -- 3DS shader tools - development
headers
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.)
--
1056753: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056753
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: wishlist
Dear mentors,
I am looking for a sponsor for my package "nihstro":
* Package name : nihstro
Version : 0-20231121-1
Upstream contact : https://neobrain.github.io/
* URL :
https://github.com/neobrain/nihstro/tree/fd69de1a1b960ec296cc67d32257b0f9e2d89ac6
* License : BSD-3-clause
* Vcs : https://salsa.debian.org/Castor216/nihstro
Section : devel
The source builds the following binary packages:
nihstro-tools - 3DS shader tools
nihstro-headers - 3DS shader tools - development headers
To access further information about this package, please visit the following
URL:
https://mentors.debian.net/package/nihstro/
Alternatively, you can download the package with 'dget' using this command:
dget -x
https://mentors.debian.net/debian/pool/main/n/nihstro/nihstro_0-20231121-1.dsc
Changes for the initial release:
nihstro (0-20231121-1) unstable; urgency=medium
.
* Initial release. (Closes: #1056551)
Regards,
--
David James
Sent with [Proton Mail](https://proton.me/) secure email.
--- End Message ---
--- Begin Message ---
Hi David,
Good job! I have attached the diff from your version to the one that I have
uploaded.
The most important change is that I have created a depo in the debian namespace for this package and
have invited you. You should just delete your old repo and create a new one (without the upstream
history) when the package has passed NEW with: gbp import-dscs --debsnap nihstro
A debian/watch file was missing that I have created for you. The version number that I have used is
the format that uscan generates.
Thanks,
Bastian
From 8c75ea02ebb03c36d697d8e2f45e006cab261117 Mon Sep 17 00:00:00 2001
From: Bastian Germann <[email protected]>
Date: Mon, 18 Dec 2023 12:58:20 +0100
Subject: [PATCH] Correct first draft
---
debian/changelog | 2 +-
debian/control | 10 +++++-----
debian/copyright | 43 ++++++++++++++++++++--------------------
debian/nihstro-docs.docs | 1 -
debian/salsa-ci.yml | 3 ---
debian/watch | 3 +++
6 files changed, 30 insertions(+), 32 deletions(-)
delete mode 100644 debian/nihstro-docs.docs
delete mode 100644 debian/salsa-ci.yml
create mode 100644 debian/watch
diff --git a/debian/changelog b/debian/changelog
index 1f87e93..822373c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-nihstro (0-20231121-1) unstable; urgency=medium
+nihstro (0.0~git20211107.e924e21-1) unstable; urgency=medium
* Initial release. (Closes: #1056551)
diff --git a/debian/control b/debian/control
index 698c2de..c9d0ea2 100644
--- a/debian/control
+++ b/debian/control
@@ -10,9 +10,9 @@ Build-Depends:
libboost-test-dev,
libboost-program-options-dev,
Standards-Version: 4.6.2
-Homepage: https://github.com/neobrain/nihstro/tree/fd69de1a1b960ec296cc67d32257b0f9e2d89ac6
-Vcs-Browser: https://salsa.debian.org/Castor216/nihstro
-Vcs-Git: https://salsa.debian.org/Castor216/nihstro.git
+Homepage: https://github.com/neobrain/nihstro
+Vcs-Browser: https://salsa.debian.org/debian/nihstro
+Vcs-Git: https://salsa.debian.org/debian/nihstro.git
Package: nihstro-tools
Architecture: any
@@ -33,5 +33,5 @@ Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends},
-Description: 3DS shader tools - development headers
- Headers for developmentintegrating nihstro
+Description: 3DS shader development headers
+ Headers for development with nihstro
diff --git a/debian/copyright b/debian/copyright
index 9ef6fcf..eea49e5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,12 +1,12 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: https://salsa.debian.org/Castor216/nihstro
+Source: https://github.com/neobrain/nihstro
Upstream-Name: nihstro
-Upstream-Contact: https://neobrain.github.io/
+Upstream-Contact: https://github.com/neobrain/nihstro/issues
Files:
*
Copyright:
- 2014-2023 Tony Wasserka
+ 2014-2015 Tony Wasserka
License: BSD-3-clause
Files:
@@ -17,25 +17,24 @@ License: BSD-3-clause
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
- 3. Neither the name of the University nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
+ modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ * Neither the name of the owner nor the names of its contributors may
+ be used to endorse or promote products derived from this software
+ without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/nihstro-docs.docs b/debian/nihstro-docs.docs
deleted file mode 100644
index 8b13789..0000000
--- a/debian/nihstro-docs.docs
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
deleted file mode 100644
index 8424db4..0000000
--- a/debian/salsa-ci.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..da24ca8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=mode=git \
+https://github.com/neobrain/nihstro.git HEAD
--
2.43.0
--- End Message ---