[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1050728: marked as done (RFS: xmake/2.8.2+ds-1 [ITP] -- cross-platform build utility based on Lua)



Your message dated Wed, 11 Oct 2023 13:18:57 -0400
with message-id <f4ca2c7f6e9f8c8ec4c58bdfa589f1864c1693b8.camel@debian.org>
and subject line Re: RFS: xmake/2.8.2+ds-1 [ITP] -- cross-platform build utility based on Lua
has caused the Debian Bug report #1050728,
regarding RFS: xmake/2.8.2+ds-1 [ITP] -- cross-platform build utility based on Lua
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 owner@bugs.debian.org
immediately.)


-- 
1050728: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050728
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "xmake":

 * Package name     : xmake
   Version          : 2.8.2+ds-1
   Upstream contact : ruki <waruqi@gmail.com>
 * URL              : http://xmake.io
 * License          : GPL-2+, Apache-2, Expat
 * Vcs              : https://salsa.debian.org/xmake-team/xmake
   Section          : devel

The source builds the following binary packages:

  xmake - cross-platform build utility based on Lua
  xmake-data - Data for xmake

To access further information about this package, please visit the following URL:

  https://mentors.debian.net/package/xmake/

Alternatively, you can download the package with 'dget' using this command:

dget -x https://mentors.debian.net/debian/pool/main/x/xmake/xmake_2.8.2+ds-1.dsc

Changes since the last upload:

 xmake (2.8.2+ds-1) unstable; urgency=medium
 .
   * Initial release (Closes: #986736).

Lance Lin
GPG Fingerprint: 4A31 DB5A 1EE4 096C 8739 9880 9036 4929 4C33 F9B7

Attachment: OpenPGP_0x903649294C33F9B7.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Hi,

On Mon, 28 Aug 2023 23:13:33 +0700 Lin Qigang <lq27267@gmail.com> wrote:
> Package: sponsorship-requests
> Severity: normal
> 
> Dear mentors,
> 
> I am looking for a sponsor for my package "xmake":
> 
>   * Package name     : xmake
>     Version          : 2.8.2+ds-1
>     Upstream contact : ruki <waruqi@gmail.com>
>   * URL              : http://xmake.io
>   * License          : GPL-2+, Apache-2, Expat
>   * Vcs              : https://salsa.debian.org/xmake-team/xmake
>     Section          : devel
> 
> The source builds the following binary packages:
> 
>    xmake - cross-platform build utility based on Lua
>    xmake-data - Data for xmake
> 
> To access further information about this package, please visit the 
> following URL:
> 
>    https://mentors.debian.net/package/xmake/
> 
> Alternatively, you can download the package with 'dget' using this command:
> 
>    dget -x 
> https://mentors.debian.net/debian/pool/main/x/xmake/xmake_2.8.2+ds-1.dsc
> 
> Changes since the last upload:
> 
>   xmake (2.8.2+ds-1) unstable; urgency=medium
>   .
>     * Initial release (Closes: #986736).
> 
> Lance Lin
> GPG Fingerprint: 4A31 DB5A 1EE4 096C 8739 9880 9036 4929 4C33 F9B7

I am uploading it with the following patch applied. I strongly encourage
you to apply the patch in order to simplify your packaging scripts:

diff --git a/debian/clean b/debian/clean
index 5763d63..1d7a836 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,22 +1,3 @@
 # Remove autogenerated files
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/engine.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/xmake.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/base64/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/bloom_filter/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/curses/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/fwatcher/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/hash/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/io/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/libc/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/lz4/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/os/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/path/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/process/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/readline/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/sandbox/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/semver/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/string/*.c.o
-./build/.objs/xmake/linux/x86_64/release/core/src/xmake/tty/*.c.o
-./build/linux/x86_64/release/libxmake.a
-./build/linux/x86_64/release/xmake.config.h
-./makefile
+build/
+makefile


You will soon receive a confirmation email about this package entering
Debian NEW Queue at https://ftp-master.debian.org/new.html . It will
be manually reviewed by Debian FTP Masters for an undetermined amount
of time to check whether the software meets the requirements ( see
https://ftp-master.debian.org/REJECT-FAQ.html ). The decision could be
ACCEPTED or REJECTED, and in the latter case a reason will be provided
together with the decision email. In case the decision is REJECTED and
you want to do modifications and re-upload, please open a new RFS report.

Now, I am closing this RFS report since the upload is finished.

Thanks,
Boyuan Yang

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply to: