|
From: Christian S. <sch...@so...> - 2004-11-25 12:23:15
|
Es geschah am Donnerstag 25 November 2004 11:59 als Rui Nuno Capela schrieb: > This all comes to the attached patch, which also applies for correcting > some other minor documentation install problems (man pages and doxygen > docs). I wanted to fix the doxygen issue a while ago, thanks! But what's the reason for this man change? diff -duPNr libgig-0.7.1-0/man/Makefile.am libgig-0.7.2-0/man/Makefile.am --- libgig-0.7.1-0/man/Makefile.am 2004-07-07 13:03:54.000000000 +0100 +++ libgig-0.7.2-0/man/Makefile.am 2004-11-24 12:57:40.431283288 +0000 @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in # all man files that should be installed -man1_MANS = dlsdump.1 gigdump.1 gigextract.1 rifftree.1 +man_MANS = dlsdump.1 gigdump.1 gigextract.1 rifftree.1 > If nothing or no one goes against this, I'll be ready to commit into CVS > soon. > > Oh, this patch also applies for bumping up the libgig package version to > 0.7.2. Please check it out carefully, and tell me if you agree. How urgent is this? My plan was to package the next release of libgig parallel to the release of LS and bumb the version to 1.0.0 to continue with libtool versioning scheme from that on. So can this wait for one or two weeks? If yes please just commit the changes and leave the version unchanged so far. I also have to change some tiny things in Debian packaging. CU Christian |