I'm attempting to take a git repo (private, unfortunately) and turn it into a package. As I go, I'm borrowing liberally from a pre-existing package here.
The command that I'd dearly love to get working is:
git-dch --verbose --auto --ignore-branch --debian-branch=master --snapshot
--id-length=8 --snapshot-number=${BUILD_NUMBER}
However, almost any invocation of git-dch throws: Version 1.0 not found
My change log entry reads:
packagename (1.0) lucid; urgency=low
* Initial release. I suspect there will be many more.
-- Corey Quinn <[email protected]> Sun, 22 Apr 2012 20:14:38 +0000
What magic am I missing here?
-- Corey
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
