/offlineimap/head: changeset 580
Final changes before 4.0.3
This commit is contained in:
		@@ -17,7 +17,7 @@
 | 
				
			|||||||
SHELL=/bin/bash
 | 
					SHELL=/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	-python2.2 setup.py clean --all
 | 
						-python2.3 setup.py clean --all
 | 
				
			||||||
	-rm -f `find . -name "*~"`
 | 
						-rm -f `find . -name "*~"`
 | 
				
			||||||
	-rm -f `find . -name "*.tmp"`
 | 
						-rm -f `find . -name "*.tmp"`
 | 
				
			||||||
	-rm -f bin/offlineimapc
 | 
						-rm -f bin/offlineimapc
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,8 +11,9 @@ offlineimap (4.0.3) unstable; urgency=low
 | 
				
			|||||||
  * Regenerated docs.
 | 
					  * Regenerated docs.
 | 
				
			||||||
  * Applied patch from Daniel James to adjust the insertion point
 | 
					  * Applied patch from Daniel James to adjust the insertion point
 | 
				
			||||||
    for a new header.
 | 
					    for a new header.
 | 
				
			||||||
 | 
					  * Now calls dh_python.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 -- John Goerzen <jgoerzen@complete.org>  Fri,  4 Jun 2004 10:10:00 -0500
 | 
					 -- John Goerzen <jgoerzen@complete.org>  Fri,  4 Jun 2004 07:10:00 -0500
 | 
				
			||||||
 | 
					
 | 
				
			||||||
offlineimap (4.0.2) unstable; urgency=low
 | 
					offlineimap (4.0.2) unstable; urgency=low
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@ Source: offlineimap
 | 
				
			|||||||
Section: mail
 | 
					Section: mail
 | 
				
			||||||
Priority: optional
 | 
					Priority: optional
 | 
				
			||||||
Maintainer: John Goerzen <jgoerzen@complete.org>
 | 
					Maintainer: John Goerzen <jgoerzen@complete.org>
 | 
				
			||||||
Build-Depends-Indep: debhelper (>> 3.0.0), python2.3, python2.3-dev (>= 2.2.2), groff, docbook-utils
 | 
					Build-Depends-Indep: debhelper (>> 4.2.0), python2.3, python2.3-dev (>= 2.2.2), groff, docbook-utils
 | 
				
			||||||
Standards-Version: 3.5.2
 | 
					Standards-Version: 3.5.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Package: offlineimap
 | 
					Package: offlineimap
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -90,6 +90,7 @@ binary-indep: build install
 | 
				
			|||||||
#	dh_makeshlibs
 | 
					#	dh_makeshlibs
 | 
				
			||||||
	dh_installdeb
 | 
						dh_installdeb
 | 
				
			||||||
#	dh_perl
 | 
					#	dh_perl
 | 
				
			||||||
 | 
						dh_python
 | 
				
			||||||
	dh_shlibdeps
 | 
						dh_shlibdeps
 | 
				
			||||||
	dh_gencontrol
 | 
						dh_gencontrol
 | 
				
			||||||
	dh_md5sums
 | 
						dh_md5sums
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,9 @@
 | 
				
			|||||||
productname = 'OfflineIMAP'
 | 
					productname = 'OfflineIMAP'
 | 
				
			||||||
versionstr = "4.0.3"
 | 
					versionstr = "4.0.3"
 | 
				
			||||||
revno = long('$Rev: 576 $'[6:-2])
 | 
					revno = long('$Rev: 580 $'[6:-2])
 | 
				
			||||||
revstr = "Rev %d" % revno
 | 
					revstr = "Rev %d" % revno
 | 
				
			||||||
datestr = '$Date: 2004-06-04 10:13:11 -0500 (Fri, 04 Jun 2004) $'
 | 
					datestr = '$Date: 2004-06-04 10:47:21 -0500 (Fri, 04 Jun 2004) $'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
versionlist = versionstr.split(".")
 | 
					versionlist = versionstr.split(".")
 | 
				
			||||||
major = versionlist[0]
 | 
					major = versionlist[0]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user