aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/debian/Makefile (unfollow)
Commit message (Collapse)Author
2023-12-10debian: switch to egor@tensin.nameEgor Tensin
2023-06-30debian/Makefile: move the prelude to prelude.mkEgor Tensin
2023-02-04debian: force inclusion of the original sourcesEgor Tensin
Unbelievable: https://lists.debian.org/debian-mentors/1998/04/msg00084.html I've stumbled into this while working on my other project (config-links). Launchpad does seem to allow it, so why not?
2023-02-04debian: disable build system auto-detectionEgor Tensin
I've bumped into this while working on my other project (config-links). If you put a Makefile in the root directory, debhelper will assume the project is built using make, which is not what we want. Also, bump the cowbuilder image to Focal, since Bionic's debhelper doesn't seem to support --buildsystem=none.
2023-02-04debian/Makefile: install vim as a dependencyEgor Tensin
2023-02-04debian/Makefile: use long optionsEgor Tensin
Unfortunately, --build=X doesn't seem to work.
2023-02-04debian/Makefile: escape entire argument (including $(DIST))Egor Tensin
2023-02-04debian/Makefile: use cd instead of pushdEgor Tensin
2022-04-30debian/Makefile: add commit targetEgor Tensin
2022-04-15debian/Makefile: export NAME and EMAILEgor Tensin
I'm trying to build packages locally on my Arch, and I don't want to add these variables to my .bashrc.
2022-04-06debian/Makefile: consistent preludeEgor Tensin
2021-10-03debian/Makefile: apt scripting best practicesEgor Tensin
2021-04-29debian/Makefile: fix grammarEgor Tensin
2021-04-07debian: Makefile best practicesEgor Tensin
2021-03-12debian: add GitHub workflowEgor Tensin
2021-03-08debian: add `make dch` commandEgor Tensin
2021-03-08debian: target the lowest denominator bionicEgor Tensin
2021-03-07debian: add `make tag` commandEgor Tensin
2021-03-08debian: more one-liners in MakefileEgor Tensin
2021-03-07add Debian packaging filesdebian/v0.0.1-1Egor Tensin