Changeset 2719
- Timestamp:
- 12/26/07 08:23:46 (5 years ago)
- Location:
- pkg/main/balsa/trunk/debian
- Files:
-
- 2 added
- 6 edited
-
balsa.install (modified) (1 diff)
-
changelog (modified) (1 diff)
-
control (modified) (3 diffs)
-
control.in (modified) (3 diffs)
-
menu (modified) (1 diff)
-
patches (added)
-
patches/01_desktop_categories.patch (added)
-
rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/balsa/trunk/debian/balsa.install
r1920 r2719 1 1 debian/balsa.xpm usr/share/pixmaps/ 2 debian/tmp/usr 3 debian/tmp/etc -
pkg/main/balsa/trunk/debian/changelog
r1920 r2719 1 balsa (2.3.20-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian, Parsix build 4 5 -- Alan Baghumian <alan@technotux.org> Thu, 13 Sep 2007 18:26:37 +0330 1 balsa (2.3.22-parsix1) unstable; urgency=low 2 3 * New upstream stable release: 4 - new address edition widget in the compose window 5 * Sync'd with Debian 2.3.21-1 6 7 -- Alan Baghumian <alan@technotux.org> Wed, 26 Dec 2007 10:51:06 +0330 8 9 balsa (2.3.21-1) unstable; urgency=low 10 11 [ Alan Baghumian ] 12 * New upstream stable release: 13 - Migration from GnomeUI to GtkUIManager 14 - Rubrica address book support 15 - Bugs fixed: GNOME: 481842, 488432, 496316; Redhat: 414361 16 * Merged with previous changelog entry 17 * Updated debian/control: 18 - Bump libgmime-2.0 dependency to 2.2.11 (Closes: #443451). 19 - Added libxml2-dev to build deps (needed by --with-rubrica) 20 * Updated debian/rules: 21 - Added --with-libnotify to enable event notifications 22 - Added --with-rubrica to support Rubrica address book 23 24 [ Sven Arvidsson ] 25 * Add a -dbg package. 26 - Bump up build-dep of cdbs to >= 0.4.37. 27 28 [ Josselin Mouette ] 29 * Patch from Ubuntu to properly remove .gmo and .desktop files in 30 the clean target. Closes: #449125, thanks Marco Rodrigues. 31 * Update menu file to the new layout. 32 * 01_desktop_categories.patch: fix categories of 33 balsa.desktop to conform to the menu specification. 34 35 -- Alan Baghumian <alan@technotux.org> Sun, 09 Dec 2007 14:11:55 +0330 6 36 7 37 balsa (2.3.20-1) unstable; urgency=high -
pkg/main/balsa/trunk/debian/control
r1920 r2719 4 4 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 5 5 Build-Depends: autotools-dev, 6 cdbs ,6 cdbs (>= 0.4.37), 7 7 debhelper (>= 5.0), 8 8 dh-buildinfo, 9 9 gnome-pkg-tools, 10 10 libesmtp-dev, 11 libgmime-2.0-2-dev (>= 2.2.1 0),11 libgmime-2.0-2-dev (>= 2.2.11), 12 12 libcompfaceg1-dev, 13 13 libgpgme11-dev, … … 31 31 libgtk2.0-dev (>= 2.10.0), 32 32 liborbit2-dev, 33 libnotify-dev 33 libnotify-dev, 34 libxml2-dev 34 35 Uploaders: Alan Baghumian <alan@technotux.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Guilherme de S. Pastore <gpastore@debian.org>, Loic Minier <lool@dooz.org>, Oystein Gisnas <oystein@gisnas.net> 35 36 Standards-Version: 3.7.2 … … 66 67 . 67 68 Homepage: http://balsa.gnome.org/ 69 70 Package: balsa-dbg 71 Architecture: any 72 Priority: extra 73 Depends: balsa (= ${binary:Version}) 74 Description: An e-mail client for GNOME 75 Balsa is a highly configurable and robust mail client for the GNOME desktop. 76 It supports both POP3 and IMAP servers as well as the mbox, maildir and mh 77 local mailbox formats. Balsa also supports SMTP and/or the use of a local MTA 78 such as Sendmail. 79 . 80 This package contains the debugging symbols for balsa. -
pkg/main/balsa/trunk/debian/control.in
r1920 r2719 4 4 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 5 5 Build-Depends: autotools-dev, 6 cdbs ,6 cdbs (>= 0.4.37), 7 7 debhelper (>= 5.0), 8 8 dh-buildinfo, 9 9 gnome-pkg-tools, 10 10 libesmtp-dev, 11 libgmime-2.0-2-dev (>= 2.2.1 0),11 libgmime-2.0-2-dev (>= 2.2.11), 12 12 libcompfaceg1-dev, 13 13 libgpgme11-dev, … … 31 31 libgtk2.0-dev (>= 2.10.0), 32 32 liborbit2-dev, 33 libnotify-dev 33 libnotify-dev, 34 libxml2-dev 34 35 Uploaders: Alan Baghumian <alan@technotux.org>, @GNOME_TEAM@ 35 36 Standards-Version: 3.7.2 … … 66 67 . 67 68 Homepage: http://balsa.gnome.org/ 69 70 Package: balsa-dbg 71 Architecture: any 72 Priority: extra 73 Depends: balsa (= ${binary:Version}) 74 Description: An e-mail client for GNOME 75 Balsa is a highly configurable and robust mail client for the GNOME desktop. 76 It supports both POP3 and IMAP servers as well as the mbox, maildir and mh 77 local mailbox formats. Balsa also supports SMTP and/or the use of a local MTA 78 such as Sendmail. 79 . 80 This package contains the debugging symbols for balsa. -
pkg/main/balsa/trunk/debian/menu
r1213 r2719 1 ?package(balsa): \2 needs="X11" \3 section="App s/Net"\4 title="Balsa" \5 command="/usr/bin/balsa" \6 hints="Mail" \7 icon="/usr/share/pixmaps/balsa.xpm" \8 longtitle="Balsa E-mail Client" \1 ?package(balsa): \ 2 needs="X11" \ 3 section="Applications/Network/Communication" \ 4 title="Balsa" \ 5 command="/usr/bin/balsa" \ 6 hints="Mail" \ 7 icon="/usr/share/pixmaps/balsa.xpm" \ 8 longtitle="Balsa E-mail Client" \ 9 9 description="An e-mail client for GNOME" -
pkg/main/balsa/trunk/debian/rules
r1920 r2719 20 20 --with-gtksourceview \ 21 21 --enable-extra-mimeicons \ 22 --with-libnotify \ 23 --with-rubrica \ 22 24 --enable-threads \ 23 25 --with-gtkprint … … 27 29 binary-post-install/balsa:: 28 30 /usr/bin/dh_buildinfo 31 32 # Ensure that .gmo files are gone before package building 33 cleanbuilddir/balsa:: 34 rm -f po/*.gmo 35 rm -f balsa.desktop
Note: See TracChangeset
for help on using the changeset viewer.


