Hello, > This still does not seem to rebuild the provided dist files. Here the > relevant portion of the log from a sbuild r
Why do the files need to be rebuilt? New glightbox.js file are created during the build process, but they are exactly the same size as the ones delivered upstream. I don't really understand the point of creating a new file. Unfortunately, the d/libjs.install file is ignored, so I can only populate the package via the command in the dh_auto_install section or using d/install. What's the correct approach here? Unfortunately, every maintainer handles this differently in the existing libjs-* packages... Regards Karsten Am Mi., 12. März 2025 um 00:50 Uhr schrieb Alexander Sulfrian < alexan...@sulfrian.net>: > Hi, > > On 3/11/25 10:19, Karsten wrote: > > I change to dh-sequence-nodejs und load a new version to mentors. > > This still does not seem to rebuild the provided dist files. Here the > relevant portion of the log from a sbuild run: > > > dh binary > > dh_update_autotools_config > > dh_autoreconf > > dh_auto_configure --buildsystem=nodejs > > dh_auto_build --buildsystem=nodejs > > No build command found, searching known files > > debian/rules override_dh_auto_test > > make[1]: Entering directory '/<<PKGBUILDDIR>>' > > #no tests during build. > > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > > And if I add "dist/" to debian/clean the file, the files are missing > after the build. > > > Regards, > Alex >