fix version number, don't create .deb for help

svn: r9859
This commit is contained in:
Stéphane Charette 2008-01-17 07:07:39 +00:00
parent 75c7a7530d
commit b7b80faa2a
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-01-16 Stéphane Charette <stephanecharette@gmail.com>
* debian/changelog: skip everything related to help
* debian/rules: skip everything related to help
* configure.in: fix up "beta" version number for next time
2008-01-16 Stéphane Charette <stephanecharette@gmail.com>
* configure.in: changed version number scheme for beta 1

View File

@ -12,7 +12,7 @@ AC_CONFIG_MACRO_DIR([m4])
GNOME_DOC_INIT
RELEASE=0.SVN$(svnversion -n .)
dnl RELEASE=beta
dnl RELEASE=0beta
dnl RELEASE=0rc1
dnl RELEASE=1

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
gramps (2.90.0-0beta) unstable; urgency=low
* New upstream release
-- Stephane Charette <stephanecharette@gmail.com> Wed, 16 Jan 2008 21:45:00 -0800
gramps (2.1.6-1) unstable; urgency=low
* New upstream release

6
debian/rules vendored
View File

@ -47,7 +47,7 @@ install: build
#chmod 644 debian/gramps/usr/share/pixmaps/gramps.svg
# Instal gramps-help things
$(MAKE) -C help install DESTDIR=`pwd`/debian/gramps-help
#$(MAKE) -C help install DESTDIR=`pwd`/debian/gramps-help
# Build architecture-independent files here.
binary-indep: build install
@ -58,9 +58,9 @@ binary-indep: build install
dh_installman --package=gramps
dh_installmime -i
dh_installchangelogs --package=gramps ChangeLog
dh_installchangelogs --package=gramps-help help/ChangeLog
#dh_installchangelogs --package=gramps-help help/ChangeLog
dh_gconf --package=gramps
dh_scrollkeeper --package=gramps-help
#dh_scrollkeeper --package=gramps-help
dh_compress -i
dh_fixperms -i
dh_python --package=gramps