Skip to content

Commit 1d2a745

Browse files
committed
Re-add devscripts package
1 parent b874d94 commit 1d2a745

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

RELEASING.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Making a backup-utils release
22

3-
1. Add a new version and release notes to the `debian/changelog` file:
3+
1. Install the debian devscripts package:
4+
`sudo apt-get install devscripts`
5+
2. Add a new version and release notes to the `debian/changelog` file:
46
`dch --newversion 2.6.0 --release-heuristic log`
5-
2. Rev the `share/github-backup-utils/version` file.
6-
3. Tag the release: `git tag v2.0.2`
7-
4. Build that tarball package: `make dist`
8-
5. Build the deb package: `make deb`. All the tests should pass.
9-
6. Draft a new release at https://github.com/github/backup-utils/releases, including the release notes and attaching the tarball and deb packages.
7+
3. Rev the `share/github-backup-utils/version` file.
8+
4. Tag the release: `git tag v2.0.2`
9+
5. Build that tarball package: `make dist`
10+
6. Build the deb package: `make deb`. All the tests should pass.
11+
7. Draft a new release at https://github.com/github/backup-utils/releases, including the release notes and attaching the tarball and deb packages.
1012
The dist tarball you should upload has the git revision in the file name, i.e. something like `github-backup-utils-v2.5.0-1-g23c41cc.tar.gz`
11-
7. Push the head of the release to the 'stable' branch.
13+
8. Push the head of the release to the 'stable' branch.

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Maintainer: Twan Wolthof <[email protected]>
33
Section: misc
44
Priority: optional
55
Standards-Version: 3.9.2
6-
Build-Depends: debhelper (>= 9), git
6+
Build-Depends: debhelper (>= 9), git, devscripts
77

88
Package: github-backup-utils
99
Architecture: any

0 commit comments

Comments
 (0)