-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Step 4: Update the changelog - ----------------------------
a) Install the package devscripts. $ sudo apt-get install devscripts b) Tell devscripts who you are: $ export DEBEMAIL="${YOUR_EMAIL}" $ export DEBFULLNAME="${YOUR_FULL_NAME}" You can put the above lines in ~/.profile c) Update the changelog to set the new version and revision. $ cd ~/fglrx-driver-debian-package/fglrx-driver-11-5 $ dch An editor window opens and you add a new entry to the changelog. Here is mine: *********************************************************************** fglrx-driver (1:11-5-0panayk1) squeeze-testing; urgency=low * Non-maintainer upload. * New upstream release. -- Panayiotis Karabassis <pan...@gmail.com> Wed, 15 Jun 2011 12:41:10 +0300 *********************************************************************** c1) squeeze-testing is the distribution. I maintain an apt-repo. You could try lina-testing. c2) 1:11-5-0panayk1 is the revision. Let's dissect it. 1 = this is the epoch : 11-5 = this is the upstream (ATI) version - - 0panayk1 = The Debian revision Let's analyze the Debian revision. 0 = because this is not part of Debian yet. panayk1 = the first revision by panayk. So you could put something like: 1:11-5-0lina1 d) You can use dpkg --compare-versions to compare versions: $ man dpkg dpkg is in package... well dpkg! $ sudo apt-get install dpkg - -- Best regards, Panayiotis Karabassis -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJN+IBqAAoJEN7RcJcJCZJiKVcH/3h7slB7Bel4U+SYJqSVg1qo qwm+5YakwCBi3aP5QX98JeKTEX74UPW9asTalRzw8gUg7d/CKZsXoHWLUkiukfBo XMs9XNZNK4+B319Ofgk8iAHnI2Y+0cgULoHY3vt34HbeX4WlurNNcq2oVIz0uSrX lfWNmWEVt3n7tlW+OIno8RsJiZvFtoGItufldmAwM8/n4tmVWWpvaQ7s8UCH0uh7 UbfvkQKFbyHtZrcZis6U0pDRpFFPbL1mr6YUuYPvkQnTNBK93ucFFO9BpDOfvA/I 7Gh43JYN09AGfWbrE8Zca/RteHKcCP9oh7bV7zGtRwO8C7lXI50XT/ADdZUuNTc= =NWAL -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4df8806e.70...@gmail.com