Closed Creteil closed 3 months ago
OK, fixed it by using « validate-relax » in place of « validate » :
--- data/meson.build~ 2024-06-18 10:58:41.000000000 +0200
+++ data/meson.build 2024-06-18 10:59:05.490047760 +0200
@@ -22,7 +22,7 @@
appstream_util = find_program('appstream-util', required: false)
if appstream_util.found()
- test('Validate appstream file', appstream_util, args: ['validate', appstream_file])
+ test('Validate appstream file', appstream_util, args: ['validate-relax', appstream_file])
endif
Hope it help...
@hsbasu is our active maintainer for debian packages, you may tag him for debian related issues.
What do you mean by « you may tag him for debian related issues. » ?
I mean you can tag him with the question like this "@hsbasu" , then he will be notified with the issue (in case he is not the participant of the issue)
Ah OK, look like you already invoked him with your example, so let's wait for him now...
The best way to invoke debian packaging is:
git clone https://github.com/amit9838/mousam.git
cd mousam
dpkg-buildpackage -us -uc
Your answer doesn't make sense, the 2 builds are exactly the same :
bigbob@bigbob-t480s:~/tmp/Building/mousam$ diff mousam_1.3.1-2-g96217e0_all.deb /srv/local-apt-repository/mousam_1.3.1-2-g96217e0_all.deb
bigbob@bigbob-t480s:~/tmp/Building/mousam$
Trying to build « debian » package fail with error :
Does someone have any idea ?