Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit ef89e7d

Browse files
committedFeb 25, 2015
Add PPA build instructions
1 parent ec4b9cb commit ef89e7d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎README.dev.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Current PPA process:
2+
3+
1. Make an upstream/2.x.y branch off of the v2.x.y tag.
4+
2. git co ubuntu-ppa
5+
3. git merge v2.x.y
6+
4. dch -i
7+
* Add new entry for utopic. Follow existing PPA versioning style.
8+
5. Ensure your checkout is really clean. This includes ignored files. Our debian
9+
build does not currently ignore them.
10+
6. gbp buildpackage -S
11+
7. dput ppa:maxmind/ppa ../geoipupdate_<TAG>-<DEB VERSION>_source.changes
12+
13+
If 7 was successful, modify debian/changelog and repeate 6 & 7 for trusty and
14+
precise.
15+

0 commit comments

Comments
 (0)
This repository has been archived.