~ubuntu-branches/debian/stretch/cross-binutils/stretch

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): wookey
  • Date: 2014-10-17 12:33:17 UTC
  • Revision ID: package-import@ubuntu.com-20141017123317-os8p8ft1v7hkvgrn
Tags: 0.13
RebuildĀ usingĀ binutils_2.24.90.20141014-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
# Works outside build-environment  
147
147
update-changelog-external:
148
148
        pkgver=$$( rmadison -a source -s sid binutils |  tail -n 1 | awk '{ print $$1 "_" $$3 }' );\
149
 
        dch -i --no-auto-nmu -D unstable "Rebuild using binutils $$pkgver"
 
149
        dch -i --no-auto-nmu -D unstable "Rebuild using $$pkgver"
150
150
 
151
151
update-changelog:
152
152
        dch -i --no-auto-nmu -D unstable "Rebuild using binutils ${DEB_VER_BINUTILS}"