[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5964: debian packaging: Make changelog a template file updated during package build.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Fri, 10 Jun 2011 18:32:26 -0000

------------------------------------------------------------
revno: 5964
fixes bug(s): https://launchpad.net/bugs/790833
committer: Diego Biurrun <diego@xxxxxxxxxx>
branch nick: hipl
timestamp: Fri 2011-06-10 20:26:38 +0200
message:
  debian packaging: Make changelog a template file updated during package build.
  
  This allows adding a Bazaar revision number to the changelog and thus to the
  Debian package version without files under revision control getting modified.
renamed:
  debian/changelog => debian/changelog.template
modified:
  .bzrignore
  packaging/create-package.sh


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file '.bzrignore'
--- .bzrignore  2011-05-03 12:54:05 +0000
+++ .bzrignore  2011-06-10 18:26:38 +0000
@@ -24,6 +24,7 @@
 config.status
 config.sub
 configure
+debian/changelog
 debian/files
 debian/hipl-all/
 debian/hipl-daemon/

=== renamed file 'debian/changelog' => 'debian/changelog.template'
=== modified file 'packaging/create-package.sh'
--- packaging/create-package.sh 2011-06-09 21:23:26 +0000
+++ packaging/create-package.sh 2011-06-10 18:26:38 +0000
@@ -85,6 +85,7 @@
 
 build_deb()
 {
+    cp debian/changelog.template debian/changelog
     debchange --newversion ${VERSION}-${VCS_REVISION} "entry automatically 
added by $0"
     dpkg-buildpackage -us -uc -I.bzr $BUILDPACKAGE_OPTS
 }

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5964: debian packaging: Make changelog a template file updated during package build. - noreply