@@ -17,16 +17,16 @@ Then, run the `build.sh` script:
1717 # the '--xenial' flag to build.sh.
1818 $ ./dist/debian/build.sh
1919
20- The above command will create ` dist/debian/quick-lint-js_2.4.1 -1_amd64.deb ` ,
21- ` dist/debian/quick-lint-js-vim_2.4.1 -1_all.deb ` , and related files.
20+ The above command will create ` dist/debian/quick-lint-js_2.4.2 -1_amd64.deb ` ,
21+ ` dist/debian/quick-lint-js-vim_2.4.2 -1_all.deb ` , and related files.
2222
2323## Installing
2424
2525On a Debian-based system, after building the .deb file (per the above
2626instructions), install the .deb file:
2727
28- $ sudo apt-get install ./dist/debian/quick-lint-js_2.4.1 -1_amd64.deb
29- $ sudo apt-get install ./dist/debian/quick-lint-js-vim_2.4.1 -1_all.deb
28+ $ sudo apt-get install ./dist/debian/quick-lint-js_2.4.2 -1_amd64.deb
29+ $ sudo apt-get install ./dist/debian/quick-lint-js-vim_2.4.2 -1_all.deb
3030
3131## AppStream
3232
@@ -48,7 +48,7 @@ To test `asgen-config.json` or metadata changes locally:
4848 * Change ` MediaBaseUrl ` to ` "http://localhost:8069/appstream/export/media/" ` .
4949 * Change ` HtmlBaseUrl ` to ` "http://localhost:8069/appstream/export/html/" ` .
50505 . Create a directory ` debian/pool/ ` .
51- 6 . Copy ` dist/debian/*2.4.1 * ` (built by the [ Building] ( #Building ) instructions
51+ 6 . Copy ` dist/debian/*2.4.2 * ` (built by the [ Building] ( #Building ) instructions
5252 above) into the ` debian/pool/ ` directory.
53537 . Run ` ./dist/debian/update-repository path/to/debian ` .
54548 . Start an HTTP server in the ` debian ` directory. For example:
@@ -73,10 +73,10 @@ To release to downstream Debian, we [ship a source package to Debian mentors][].
73731 . Download a signed release .tar.gz and .tar.gz.asc (e.g. from
7474 < https://c.quick-lint-js.com/releases/latest/source/ > ).
75752 . Create a package using ` package.sh ` :
76- ` ./dist/debian/package.sh --output-directory debian-package --orig path/to/quick-lint-js-2.4.1 .tar.gz --sign `
76+ ` ./dist/debian/package.sh --output-directory debian-package --orig path/to/quick-lint-js-2.4.2 .tar.gz --sign `
7777 * NOTE: ` package.sh ` will use the ` debian ` sources from your checkout
7878 (` ./dist/debian/debian/ ` ), not from the signed release tarball.
79- 3 . Upload the package: ` dput mentors debian-package/quick-lint-js_2.4.1 -1_source.changes `
79+ 3 . Upload the package: ` dput mentors debian-package/quick-lint-js_2.4.2 -1_source.changes `
8080
8181[ appstream-generator ] : https://github.com/ximion/appstream-generator
8282[ debian-mentors ] : https://mentors.debian.net/intro-maintainers/
0 commit comments