Update of /cvsroot/mahogany/M/debian
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24985/debian
Modified Files:
changelog control files rules
Added Files:
compat
Log Message:
fixed debian package build, don't use deprecated debmake any more
--- NEW FILE ---
4
Index: changelog
===================================================================
RCS file: /cvsroot/mahogany/M/debian/changelog,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- changelog 5 Jan 2004 22:10:05 -0000 1.10
+++ changelog 30 Jul 2006 23:31:00 -0000 1.11
@@ -1,2 +1,18 @@
+mahogany (0.67.0) stable; urgency=low
+
+ * New integrated statistical spam filter (DSPAM)
+ * Better support for sharing preferences between multiple installations
+ * Folders can now be dragged in the folder tree to reorder them
+ * Select the viewer best suited for the contents of the current message
+ * Highlight options with non default values in the preferences dialog
+ * New nop() (stop filter processing) filter action added
+ * The "Set From from To" option is now more useful
+ * Use clear text when replying to PGP-encrypted messages
+ * New ``Where is filter'' command
+ * Warning if you start replying to the same message a second time
+ * Detect forgotten attachments before sending the message
+
+ -- Vadim Zeitlin <[EMAIL PROTECTED]> Mon, 01 Aug 2006 00:46:12 +0100
+
mahogany (0.66.0) stable; urgency=low
@@ -29,6 +45,2 @@
-- Karsten Ballueder <[email protected]> Sun, 25 Apr
1999 20:54:01 +0100
-Local variables:
-mode: debian-changelog
-add-log-mailing-address: "[email protected]"
-End:
Index: control
===================================================================
RCS file: /cvsroot/mahogany/M/debian/control,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- control 12 Jan 2004 20:52:34 -0000 1.13
+++ control 30 Jul 2006 23:31:01 -0000 1.14
@@ -3,6 +3,6 @@
Priority: optional
Maintainer: Vadim Zeitlin <[email protected]>
-Build-Depends: debmake, g++, make, tetex, tetex-extra, latex2html
-Standards-Version: 2.5.0
+Build-Depends: debhelper (>= 4.0), debmake, autoconf2.13, g++, make, tetex,
tetex-extra, latex2html, libwxgtk2.7-ansi-dev, wx-common
+Standards-Version: 3.6.2.1
Package: mahogany
Index: files
===================================================================
RCS file: /cvsroot/mahogany/M/debian/files,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- files 30 Sep 2003 13:26:39 -0000 1.9
+++ files 30 Jul 2006 23:31:01 -0000 1.10
@@ -1 +1 @@
-mahogany_0.66.0_i386.deb x11 optional
+mahogany_0.67.0_i386.deb x11 optional
Index: rules
===================================================================
RCS file: /cvsroot/mahogany/M/debian/rules,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -u -2 -r1.17 -r1.18
--- rules 17 Jan 2004 22:28:44 -0000 1.17
+++ rules 30 Jul 2006 23:31:01 -0000 1.18
@@ -5,50 +5,42 @@
package=mahogany
-build:
- $(checkdir)
+configure-stamp:
aclocal
- autoconf
+ autoconf2.13
+ touch $@
+
+build: build-stamp configure-stamp
+ dh_testdir
+ dh_testroot
+ dh_installmenu
mkdir build-debian; \
cd build-debian; \
../configure --prefix=/usr $(CONFIG_FLAGS); \
$(MAKE)
- touch build
+ touch build-stamp
clean:
- $(checkdir)
- -rm -f build
- -$(MAKE) allclean
- -rm -f `find . -name "*~"`
- -rm -rf debian/tmp debian/files* core debian/substvars
+ dh_testdir
+ dh_clean
-binary-indep: checkroot build
- $(checkdir)
+binary-indep: build
# There are no architecture-independent files to be uploaded
# generated by this package. If there were any they would be
# made here.
-binary-arch: checkroot build
- $(checkdir)
- -rm -rf debian/tmp
- install -d debian/tmp
- cd debian/tmp && install -d `cat ../dirs`
- $(MAKE) -C build-debian install DESTDIR=`pwd`/debian/tmp/usr
-# Must have debmake installed for this to work. Otherwise please copy
-# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
- debstd README TODO
- dpkg-gencontrol
- chown -R root.root debian/tmp
- chmod -R go=rX debian/tmp
- dpkg --build debian/tmp ..
-
-define checkdir
- test -f debian/rules
-endef
+binary-arch: build
+ -rm -rf debian/mahogany
+ install -d debian/mahogany
+ cd debian/mahogany && install -d `cat ../dirs`
+ $(MAKE) -C build-debian install DESTDIR=`pwd`/debian/mahogany/usr
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ chown -R root.root debian/mahogany
+ chmod -R go=rX debian/mahogany
+ dpkg --build debian/mahogany ..
binary: binary-indep binary-arch
-checkroot:
- $(checkdir)
- test root = "`whoami`"
-
-.PHONY: binary binary-arch binary-indep build clean checkroot
+.PHONY: binary binary-arch binary-indep build build-stamp clean
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates