Browse Source

Updated to match packaging changes.

Graeme Humphries 13 years ago
parent
commit
81caca7090
2 changed files with 8 additions and 2 deletions
  1. 0 2
      README-Debian
  2. 8 0
      debian/changelog

+ 0 - 2
README-Debian

@@ -3,8 +3,6 @@ Debian packaging notes by Graeme Humphries <graeme@sudo.ca>:
 Here's the short list on how to build your own Debian/Ubuntu package:
 
 * Install and configure pbuilder (https://wiki.ubuntu.com/PbuilderHowto)
-* cd into this source directory, and create a fake upstream tarball:
-	tar -cJvf ../bfgminer_${VERSION}.orig.tar.xz *
 * Create the Debian specific bitforce module config from its patch:
 	patch -p1 < debian/patches/bfgminer-bitforce.diff
 * Build the package using pbuilder:

+ 8 - 0
debian/changelog

@@ -1,3 +1,11 @@
+bfgminer (2.6.3.2-0precise2) precise; urgency=low
+
+  * Switched to a Debian native package so that building minor packaging versions is easier.
+  * Dropped debhelper reqs to version 7, so we can build on Lucid.
+
+ -- graeme <graeme@sudo.ca>  Thu, 09 Aug 2012 10:39:00 -0700
+
+
 bfgminer (2.6.3.2-0precise1) precise; urgency=low
 
   * Added modprobe config for bitforce devices.