From f07d7221c448042d575a0b24dc926a358859f638 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 24 Sep 2010 07:11:38 +0000 Subject: fix way ChangeLog is generated for branch git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1210 ef36b2f9-881f-0410-afb5-c4e39611909c --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0b8bbeb..a7eb756 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,7 +93,8 @@ deb: distdir # target for generating the ChangeLog file changelog: - ( svn2cl -i --stdout -r HEAD:981 ; \ + ( svn2cl -i --stdout -r HEAD:1206 ; \ + svn2cl -i --stdout -r 1205:981 --strip-prefix='nss-pam-ldapd' ; \ svn2cl -i --stdout -r 980:807 --strip-prefix='nss-ldapd' ; \ ) > ChangeLog -- cgit v1.2.3