Apply NMU 4.0.13-0.1
This commit is contained in:
		
							
								
								
									
										16
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							| @@ -1,3 +1,16 @@ | |||||||
|  | offlineimap (4.0.13-0.1) unstable; urgency=low | ||||||
|  |  | ||||||
|  |   * Non-maintainer upload. | ||||||
|  |   * Update package to the last python policy (Closes: #380880): | ||||||
|  |     + only build for python current (use python-dev). | ||||||
|  |     + use dh_pysupport. | ||||||
|  |   * Bump Standards-Version to 3.7.2. | ||||||
|  |   * Bump DH_COMPAT to 4. | ||||||
|  |   * Move debhelper into Build-Depends. | ||||||
|  |   * Fix old FSF address. | ||||||
|  |  | ||||||
|  |  -- Pierre Habouzit <madcoder@debian.org>  Fri, 11 Aug 2006 19:05:06 +0200 | ||||||
|  |  | ||||||
| offlineimap (4.0.13) unstable; urgency=low | offlineimap (4.0.13) unstable; urgency=low | ||||||
|  |  | ||||||
|   * Revert restoreatime patch; it didn't work with IMAP on local. |   * Revert restoreatime patch; it didn't work with IMAP on local. | ||||||
| @@ -779,6 +792,3 @@ offlineimap (1.0.0) unstable; urgency=low | |||||||
|  |  | ||||||
|  -- John Goerzen <jgoerzen@complete.org>  Fri, 21 Jun 2002 18:54:56 -0500 |  -- John Goerzen <jgoerzen@complete.org>  Fri, 21 Jun 2002 18:54:56 -0500 | ||||||
|  |  | ||||||
| Local variables: |  | ||||||
| mode: debian-changelog |  | ||||||
| End: |  | ||||||
|   | |||||||
							
								
								
									
										9
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							| @@ -2,14 +2,15 @@ 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 (>> 4.2.0), python2.3, python2.3-dev (>= 2.2.2), groff, docbook-utils, python (>= 2.3), python-dev (>= 2.3) | Build-Depends: debhelper (>> 4.2.0) | ||||||
|  | Build-Depends-Indep: python-dev, groff, docbook-utils, python-support (>= 0.4.0) | ||||||
| Build-Conflicts-Indep: docbook-ebnf | Build-Conflicts-Indep: docbook-ebnf | ||||||
| Standards-Version: 3.5.2 | Standards-Version: 3.7.2 | ||||||
|  |  | ||||||
| Package: offlineimap | Package: offlineimap | ||||||
| Architecture: all | Architecture: all | ||||||
| Depends: python2.3 | Depends: ${python:Depends} | ||||||
| Suggests: python2.3-tk | Suggests: python-tk | ||||||
| Description: IMAP/Maildir synchronization and reader support | Description: IMAP/Maildir synchronization and reader support | ||||||
|  OfflineIMAP is a tool to simplify your e-mail reading.  With |  OfflineIMAP is a tool to simplify your e-mail reading.  With | ||||||
|  OfflineIMAP, you can: |  OfflineIMAP, you can: | ||||||
|   | |||||||
							
								
								
									
										5
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								debian/copyright
									
									
									
									
										vendored
									
									
								
							| @@ -18,6 +18,7 @@ Copyright (C) 2002 - 2005 John Goerzen | |||||||
|  |  | ||||||
|   You should have received a copy of the GNU General Public License with |   You should have received a copy of the GNU General Public License with | ||||||
|   the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; |   the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; | ||||||
|   if not, write to the Free Software Foundation, Inc., 59 Temple Place, |   if not, write to the  Free Software Foundation, Inc., 51 Franklin St, | ||||||
|   Suite 330, Boston, MA  02111-1307  USA |   Fifth Floor, Boston, MA 02110-1301, USA. | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										6
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							| @@ -7,9 +7,9 @@ | |||||||
| #export DH_VERBOSE=1 | #export DH_VERBOSE=1 | ||||||
|  |  | ||||||
| # This is the debhelper compatibility version to use. | # This is the debhelper compatibility version to use. | ||||||
| export DH_COMPAT=3 | export DH_COMPAT=4 | ||||||
|  |  | ||||||
| PYTHON=python2.3 | PYTHON=python | ||||||
| PACKAGE=offlineimap | PACKAGE=offlineimap | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -88,7 +88,7 @@ binary-indep: build install | |||||||
| 	dh_compress | 	dh_compress | ||||||
| 	dh_fixperms | 	dh_fixperms | ||||||
| #	dh_perl | #	dh_perl | ||||||
| 	dh_python | 	dh_pysupport | ||||||
| #	dh_makeshlibs | #	dh_makeshlibs | ||||||
| 	dh_installdeb | 	dh_installdeb | ||||||
| 	dh_shlibdeps | 	dh_shlibdeps | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 John Goerzen
					John Goerzen