~ubuntu-branches/ubuntu/maverick/gparted/maverick

« back to all changes in this revision

Viewing changes to .pc/03-autoreconf.patch/Makefile.in

  • Committer: Colin Watson
  • Date: 2010-08-17 10:21:32 UTC
  • mfrom: (12.1.8 sid)
  • Revision ID: cjwatson@canonical.com-20100817102132-ogmaqod9faemq3ta
merge from Debian 0.6.0-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
785
785
                echo Creating ChangeLog && \
786
786
                ( cd "$(top_srcdir)" && \
787
787
                  echo '# Generated by Makefile. Do not edit.'; echo; \
788
 
                  $(top_srcdir)/missing --run git log --stat GPARTED_0_4_4.. \
 
788
                  $(top_srcdir)/missing --run \
 
789
                  git log GPARTED_0_4_4.. --date-order --date=short | \
 
790
                  sed -e '/^commit.*$$/d' | \
 
791
                  awk '/^Author/ {sub(/\\$$/,""); getline t; print $$0 t; next}; 1' | \
 
792
                  sed -e 's/^Author: //g' | \
 
793
                  sed -e 's/>Date:   \([0-9]*-[0-9]*-[0-9]*\)/>\t\1/g' | \
 
794
                  sed -e 's/^\([^\t<]*[<][^\t>]*>\)\t\([^\t]*\)/\2  \1/g'; \
 
795
                  echo; \
789
796
                ) > ChangeLog.tmp \
790
797
                && cat $(top_srcdir)/ChangeLog >> ChangeLog.tmp \
791
798
                && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \