diff options
| author | Santiago Vila <sanvila@debian.org> | 2026-01-03 22:50:00 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2026-01-04 04:44:45 +0000 |
| commit | 166d9c5b12015d91d56899f585df47be78de2b5f (patch) | |
| tree | 73a70f262a4eb562606ee5a2d1cdbbc1d598c14a | |
| parent | dad61c3ff34c680926eddb759dce273ae7aab2e4 (diff) | |
0.4.3+repack2+~0.3.5-3 (patches unapplied)HEADimport/0.4.3+repack2+_0.3.5-3ubuntu/resolute-proposedubuntu/resolute-develubuntu/resoluteubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
* Team upload.
* Fix clean target. Closes: #1046100, #1049621.
* d/control: Drop "Rules-Requires-Root: no" (default).
* d/control: Drop "Priority: optional" (default).
* d/control: Update standards-version.
* d/salsa-ci.yml: Use the simplified version.
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | debian/clean | 1 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/salsa-ci.yml | 3 |
4 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 148140f..cbb8917 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +node-react-highlighter (0.4.3+repack2+~0.3.5-3) unstable; urgency=medium + + * Team upload. + * Fix clean target. Closes: #1046100, #1049621. + * d/control: Drop "Rules-Requires-Root: no" (default). + * d/control: Drop "Priority: optional" (default). + * d/control: Update standards-version. + * d/salsa-ci.yml: Use the simplified version. + + -- Santiago Vila <sanvila@debian.org> Sat, 03 Jan 2026 22:50:00 +0100 + node-react-highlighter (0.4.3+repack2+~0.3.5-2) unstable; urgency=medium * Team upload diff --git a/debian/clean b/debian/clean index c2658d7..1eae0cf 100644 --- a/debian/clean +++ b/debian/clean @@ -1 +1,2 @@ +dist/ node_modules/ diff --git a/debian/control b/debian/control index 27cb0a1..2020b5d 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,5 @@ Source: node-react-highlighter Section: javascript -Priority: optional Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> Uploaders: Roland Mas <lolando@debian.org> Build-Depends: chai @@ -16,12 +15,11 @@ Build-Depends: chai , node-react-dom , terser , webpack -Standards-Version: 4.6.1 +Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/js-team/node-react-highlighter Vcs-Git: https://salsa.debian.org/js-team/node-react-highlighter.git Homepage: https://github.com/helior/react-highlighter Testsuite: autopkgtest-pkg-nodejs -Rules-Requires-Root: no Package: node-react-highlighter Architecture: all diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 33c3a64..8424db4 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -1,4 +1,3 @@ --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml |
