Skip to content

Commit

Permalink
Updates for version 8.0.1b
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-pe committed Nov 17, 2022
1 parent b716743 commit e8d8d2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
maitreya8 (8.0.1b) stable; urgency=low

* see website and ChangeLog in root folder

-- Martin Pettau <http://www.saravali.de/contact.html> Wed, 16 Nov 2022 20:53:04 +0200

maitreya8 (8.0.1) stable; urgency=low

* see website and ChangeLog in root folder
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Source: maitreya8
Section: misc
Priority: extra
Maintainer: M. Pettau <http://www.saravali.de/contact.html>
Build-Depends: debhelper (>= 5), autotools-dev, libwxbase3.0-0v5, libwxgtk3.0-gtk3-dev, wx3.0-headers, wx3.0-i18n, libfontconfig1-dev
Build-Depends: debhelper (>= 5), autotools-dev, libwxbase3.0-dev, libwxgtk3.0-gtk3-dev, wx3.0-headers, wx3.0-i18n, libfontconfig1-dev
Standards-Version: 3.7.2

Package: maitreya8
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libwxbase3.0-0v5, libwxgtk3.0-gtk3-0v5, libwxsqlite3-3.0-0, wx-common, wx3.0-i18n
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Software for Vedic and western astrology
Free software for western and Vedic astrology (Jyotish). Supports classical Vedic astrology, KP system and parts of Jaimini system. Western part includes Uranian astrology. Platforms: Win32, Linux and UNIX.

2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
./configure --with-swe=builtin --with-wxsqlite3=builtin --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"


#Architecture
Expand Down

0 comments on commit e8d8d2a

Please sign in to comment.