summaryrefslogtreecommitdiff
path: root/debian/README.source
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-04-10 13:28:45 +0200
committerMartin Lucina <mato@kotelna.sk>2010-04-10 13:28:45 +0200
commit1dc0380e29fecd70f6299243d81f67db850db616 (patch)
treea1939b1c1266e01d78de4f7c20cb0d6776f7e58d /debian/README.source
parent8aa2acd0f8906b95232e765da805e3fab947b76b (diff)
Debian packaging fixes suitable for 0MQ git
Removed README.source, TODO.source since these are irrelevant to a generic git package. Fixed spelling in debian/copyright. Removed RFC check in debian/rules, again irrelevant to a generic git package.
Diffstat (limited to 'debian/README.source')
-rw-r--r--debian/README.source37
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index c0c7266..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,37 +0,0 @@
-The source of this package is managed by using a hgpkg managed
-mercurial repository at https://fortytwo.ch/hg/pkg-zeromq. (hgpkg is
-currently included in the debian/ directoriy here and not separately packaged,
-since it's not widely used yet.)
-
-Typically, you'd start by:
-
- $ wget TODO get upstream tarball
- $ hg clone https://fortytwo.ch/hg/pkg-zeromq zeromq
- $ debian/hgpkg build
-
-Description: the repository contains an "upstream" and a "default" branch;
-"upstream" is directly imported from upstream's svn, and the default branch
-contains the directory as it is to be packed by dpkg-source.
-
-So far, the upstream source is unpatched.
-
-Upstream is at:
- http://www.zeromq.org/
-
-Import a new upstream version:
-
- $ debian/hgpkg import <path/to/tar>
- (<path/to/tar> is the upstream tarball to be imported; the upstream
- version is extracted from the tarball filename. The import will switch to
- the upstream branch, import, and switch back, and leave the uncommitted
- merge on the default branch.)
- -> now examine the merge, correct packaging issues, edit debian/changelog if
- necessary.
- $ hg ci -m "new package version"
- $ debian/hgpkg build
- -> if the package is good:
- $ debian/hgpkg markdeb
-
-(arguably a mercurial bug: you'll get a merge conflict in .hgtags during
-upstream import which you'll have to correct manually.)
-