X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=749f48acc372806610a4716f29216c6ac48d35e1;hb=ac7c8a825d7bf47a1d321e1e0b33f83ec8156ce5;hp=c14f4ddae4e8417115054842fa481e5f30b9e1ea;hpb=f6daf56363aa1ebc1421de9e758f6ef431b685bf;p=ctsim.git diff --git a/debian/changelog b/debian/changelog index c14f4dd..749f48a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +ctsim (5.2.0-1.2) unstable; urgency=low + + * debian/control: Change Build-Depends to libpng-dev from libpng12-dev + (closes:662293) + + -- Kevin M. Rosenberg Fri, 21 Dec 2012 14:31:30 -0700 + +ctsim (5.2.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: /bin/sh: 0: Can't open ./config.status" + - as a pre-requisite, use autotools-dev to handle config.{sub,guess} + (newer dpkg-source bails out due the changed files); also remove + auto-generated patch with changes to these files + - for the actual fix, remove second call to make clean from debian/rules + (Closes: #642709) + + -- gregor herrmann Thu, 15 Dec 2011 19:48:51 +0100 + +ctsim (5.2.0-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Sun, 07 Nov 2010 18:31:39 -0700 + ctsim (5.1.4-1) unstable; urgency=low * New upstream: configure.ac - Fix test syntax error (closes:583010)