Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/update_changelog
blob: 3b33c044c0ccc2b2f592358e4a7b332f8cb12c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
tmp=`date "+%a, %d %b %Y %T %z"`
echo "sugar-jhbuild (`date +%G%m%d`-1) unstable; urgency=low

  * Rebuild to new version

 -- Guy Sheffer <guysoft@gmail.com>  $tmp
" >  /tmp/sugar_jhbuild

cat /tmp/sugar_jhbuild ./debian/changelog > /tmp/new_change_log

cp /tmp/new_change_log ./debian/changelog