summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* Release for unstableHEAD1.3.4-1masterGravatar Benjamin Barenblat2020-10-15
|
* Start packaging 1.3.4-1Gravatar Benjamin Barenblat2020-10-15
|
* Release for unstable1.3.3-3Gravatar Benjamin Barenblat2019-10-27
|
* Use Python 3 for testsGravatar Benjamin Barenblat2019-10-27
|
* Set Multi-Arch: foreign1.3.3-2Gravatar Benjamin Barenblat2019-01-03
|
* Release for unstable1.3.3-1Gravatar Benjamin Barenblat2018-12-20
|
* Begin packaging 1.3.3Gravatar Benjamin Barenblat2018-12-20
|
* Remove upstream’s Debian packagingGravatar Benjamin Barenblat2018-12-20
|
* Prepare for the next releaseGravatar Mike Burns2014-05-14
| | | | | The Debian changelog and NEWS.md.in need to be updated to prepare for the auto-generation next time.
* Post-release cleanupGravatar Mike Burns2014-03-28
|
* Fresh changelogs, ready for a new commitGravatar Mike Burns2014-03-07
|
* Start bringing in the Makefile.am from gitshGravatar Mike Burns2014-02-26
| | | | | | | | | | | It introduces the `Makefile.am` from gitsh, and abstracts it a bit. This `Makefile.am`, or most of it, could be dropped into gitsh again. How to use it is documented in `DEVELOPERS.md`. The whole release process is more consistent and simple: `make release` to build a tarball, Homebrew, Arch, Debian, HTML (from manpages), and tag it, pushed to the various repos, and with cleanup. The `release` target is composed of smaller targets that stack well.
* Add a release targetGravatar Mike Burns2013-08-01
| | | | | | | | | | | | | The `make release` command will build the Debian package, push the version to a git tag on GitHub, and upload the docs to GitHub pages. This also adds a `deb` target, along with `build-docs`, `upload-docs`, `build-tag`, and `push-tag`. In addition, introduce a `NEWS.md` file. Both `rcm.sh.in` and `NEWS.md.in` will act as input files. This is to abstract over the version number.
* Able to generate deb packagesGravatar Mike Burns2013-07-27
The following command can generate a Debian package: debuild -us uc The directory structure and tarball must be perfectly set up first. This is documented in `DEVELOPERS.md`.