[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] Bug#637650: marked as done (patches for 1.0.1-3.2 NMU)



Your message dated Tue, 05 Jun 2012 21:09:06 +0000
with message-id <E1Sc0zy-0003d0-2M@franck.debian.org>
and subject line Bug#637650: fixed in wine 1.4-1
has caused the Debian Bug report #637650,
regarding patches for 1.0.1-3.2 NMU
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
637650: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637650
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wine
Version: 1.0.1-3.2
Severity: important
Tags: patch

Here are the patches for 1.0.1-3.2 NMU.

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 8.2-1-amd64
Locale: LANG=ca_AD.utf8, LC_CTYPE=ca_AD.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/control'
--- debian/control	2011-08-13 12:25:57 +0000
+++ debian/control	2011-08-13 12:26:13 +0000
@@ -25,7 +25,8 @@ Build-Depends: debhelper (>= 5), flex |
  libhal-dev, libdbus-1-dev | dbus-1-dev, libgphoto2-2-dev, liblcms1-dev, libldap2-dev,
  libssl-dev, libxml2-dev, libxslt1-dev, unixodbc-dev, prelink [i386 amd64],
  dctrl-tools | grep-dctrl, lzma, sharutils,
- gcc-multilib [amd64 kfreebsd-amd64] | gcc-4.1 (<< 4.1.2) [amd64 kfreebsd-amd64],
+ gcc-4.4,
+ gcc-4.4-multilib [amd64 kfreebsd-amd64] | gcc-4.1 (<< 4.1.2) [amd64 kfreebsd-amd64],
  ia32-libs (>= 1.19) [amd64 kfreebsd-amd64],
  ia32-libs-dev [amd64 kfreebsd-amd64],
  lib32ncurses5-dev [amd64 kfreebsd-amd64], lib32asound2-dev [amd64],

=== modified file 'debian/rules'
--- debian/rules	2011-08-11 11:47:01 +0000
+++ debian/rules	2011-08-13 12:26:13 +0000
@@ -6,6 +6,8 @@ export SHELL=bash
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+CC=gcc-4.4
+
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 CFLAGS=-O0 -g
 else
@@ -76,6 +78,7 @@ configure-arch32-stamp: configure-ia32-s
 ifeq (,$(DEB_SAVEBUILD))
 	mkdir build32 || true
 	cd build32 && \
+	CC="$(CC)" \
 	CFLAGS="$(CFLAGS)" \
 	LDFLAGS="$(LDFLAGS)" \
 	../configure --disable-win64 $(CONFIGOPTS) \
@@ -97,6 +100,7 @@ configure-arch64-stamp: configure-ia32-s
 ifeq (,$(DEB_SAVEBUILD))
 	mkdir build64 || true
 	cd build64 && \
+	CC="$(CC)" \
 	CFLAGS="$(CFLAGS)" \
 	LDFLAGS="$(LDFLAGS)" \
 	../configure --enable-win64 $(CONFIGOPTS) \

=== modified file 'debian/control'
--- debian/control	2011-08-11 09:04:24 +0000
+++ debian/control	2011-08-13 12:25:57 +0000
@@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 5), flex |
  libxxf86vm-dev | xlibs-static-dev (<< 6) | xlibs-dev (<< 4.3),
  libxinerama-dev | xlibs-static-dev (<< 6) | xlibs-dev (<< 4.3),
  libxcomposite-dev | xlibs-static-dev (<< 6) | xlibs-dev (<< 4.3),
- xlibmesa-gl-dev | xlibmesa-dev (<< 4.3) | libgl-dev,
- libglu1-xorg-dev | xlibmesa-glu-dev | xlibmesa-dev (<= 4.2.1-4) | libglu-dev,
+ libgl1-mesa-dev | xlibmesa-gl-dev | xlibmesa-dev (<< 4.3) | libgl-dev,
+ libglu1-mesa-dev | libglu1-xorg-dev | xlibmesa-glu-dev | xlibmesa-dev (<= 4.2.1-4) | libglu-dev,
  freeglut3-dev | libglut-dev | glutg3-dev, libxmu-dev | xlibs-dev (<< 4.3),
  libxcursor-dev | xlibs-dev (<< 4.3), libncurses5-dev, libcups2-dev | libcupsys2-dev,
  libjpeg62-dev | libjpeg-dev, libpng12-dev | libpng3-dev | libpng-dev,

=== modified file 'configure'
--- configure	2011-08-11 09:04:24 +0000
+++ configure	2011-08-11 11:47:01 +0000
@@ -16685,12 +16685,12 @@ MAIN_BINARY="wine-pthread"
   case $host_cpu in
   *i[3456789]86*)
     case $host_os in
-      linux* | k*bsd*-gnu)
+      linux*)
         MAIN_BINARY="wine-glibc"
 
         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
  ;;
-      freebsd*)
+      freebsd* | kfreebsd*-gnu)
         MAIN_BINARY="wine-freebsd"
 
         EXTRA_BINARIES="wine-pthread"

=== modified file 'configure.ac'
--- configure.ac	2011-08-11 09:04:24 +0000
+++ configure.ac	2011-08-11 11:47:01 +0000
@@ -1308,10 +1308,10 @@ AC_SUBST(MAIN_BINARY,"wine-pthread")  dn
 case $host_cpu in
   *i[[3456789]]86*)
     case $host_os in
-      linux* | k*bsd*-gnu)
+      linux*)
         AC_SUBST(MAIN_BINARY,"wine-glibc")
         AC_SUBST(EXTRA_BINARIES,"wine-kthread wine-pthread wine-preloader") ;;
-      freebsd*)
+      freebsd* | kfreebsd*-gnu)
         AC_SUBST(MAIN_BINARY,"wine-freebsd")
         AC_SUBST(EXTRA_BINARIES,"wine-pthread") ;;
     esac

=== modified file 'debian/libwine.install'
--- debian/libwine.install	2011-08-11 09:04:24 +0000
+++ debian/libwine.install	2011-08-11 11:47:01 +0000
@@ -12,9 +12,7 @@ debian/tmp/usr/lib/wine/*.drv16
 debian/tmp/usr/lib/wine/*.exe16
 debian/tmp/usr/lib/wine/*.mod16
 debian/tmp/usr/lib/wine/wine.bin
-debian/tmp/usr/lib/wine/wine-kthread
-debian/tmp/usr/lib/wine/wine-pthread
-debian/tmp/usr/lib/wine/wine-preloader
+debian/tmp/usr/lib/wine/wine-*
 debian/tmp/usr/lib/wine/wineserver
 debian/tmp/usr/share/wine/generic.ppd
 debian/tmp/usr/share/wine/fonts

=== modified file 'debian/rules'
--- debian/rules	2011-08-11 09:04:24 +0000
+++ debian/rules	2011-08-11 11:47:01 +0000
@@ -195,9 +195,11 @@ install-arch32-stamp: build-arch32-stamp
 	$(MAKE) -C build32 install prefix=`pwd`/debian/tmp/usr libdir=`pwd`/debian/tmp/usr/lib
 	# move the real binaries into /usr/lib/wine
 	mv debian/tmp/usr/bin/wine debian/tmp/usr/lib/wine/wine.bin
-	mv debian/tmp/usr/bin/wine-kthread debian/tmp/usr/lib/wine/wine-kthread
 	mv debian/tmp/usr/bin/wine-pthread debian/tmp/usr/lib/wine/wine-pthread
+ifeq ($(DEB_HOST_GNU_SYSTEM),linux-gnu)
+	mv debian/tmp/usr/bin/wine-kthread debian/tmp/usr/lib/wine/wine-kthread
 	mv debian/tmp/usr/bin/wine-preloader debian/tmp/usr/lib/wine/wine-preloader
+endif
 	mv debian/tmp/usr/bin/wineserver debian/tmp/usr/lib/wine/wineserver
 	# install manpages
 	$(MAKE) -C build32/documentation install prefix=`pwd`/debian/tmp/usr

=== modified file 'dlls/kernel32/cpu.c'
--- dlls/kernel32/cpu.c	2011-08-11 09:04:24 +0000
+++ dlls/kernel32/cpu.c	2011-08-11 12:22:19 +0000
@@ -630,7 +630,7 @@ VOID WINAPI GetSystemInfo(
              }
 
         }
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
 	{
 	int ret, num;
 	unsigned len;

=== modified file 'dlls/ntdll/cdrom.c'
--- dlls/ntdll/cdrom.c	2011-08-11 09:04:24 +0000
+++ dlls/ntdll/cdrom.c	2011-08-11 12:22:19 +0000
@@ -438,7 +438,7 @@ static NTSTATUS CDROM_SyncCache(int dev,
    cdrom_cache[dev].toc_good = 1;
    return STATUS_SUCCESS;
 
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
 
    int i, tsz;
    struct ioc_toc_header hdr;
@@ -602,7 +602,7 @@ static int CDROM_GetInterfaceInfo(int fd
         return 1;
     }
     return 0;
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
     FIXME("not implemented for BSD\n");
     return 0;
 #else
@@ -717,7 +717,7 @@ static NTSTATUS CDROM_ResetAudio(int fd)
 {
 #if defined(linux)
     return CDROM_GetStatusCode(ioctl(fd, CDROMRESET));
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     return CDROM_GetStatusCode(ioctl(fd, CDIOCRESET, NULL));
 #else
     return STATUS_NOT_SUPPORTED;
@@ -733,7 +733,7 @@ static NTSTATUS CDROM_SetTray(int fd, BO
 {
 #if defined(linux)
     return CDROM_GetStatusCode(ioctl(fd, doEject ? CDROMEJECT : CDROMCLOSETRAY));
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     return CDROM_GetStatusCode((ioctl(fd, CDIOCALLOW, NULL)) ||
                                (ioctl(fd, doEject ? CDIOCEJECT : CDIOCCLOSE, NULL)) ||
                                (ioctl(fd, CDIOCPREVENT, NULL)));
@@ -754,7 +754,7 @@ static NTSTATUS CDROM_ControlEjection(in
 {
 #if defined(linux)
     return CDROM_GetStatusCode(ioctl(fd, CDROM_LOCKDOOR, rmv->PreventMediaRemoval));
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     return CDROM_GetStatusCode(ioctl(fd, (rmv->PreventMediaRemoval) ? CDIOCPREVENT : CDIOCALLOW, NULL));
 #else
     return STATUS_NOT_SUPPORTED;
@@ -908,7 +908,7 @@ static NTSTATUS CDROM_ReadQChannel(int d
 
  end:
     ret = CDROM_GetStatusCode(io);
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     SUB_Q_HEADER*       hdr = (SUB_Q_HEADER*)data;
     int                 io;
     struct ioc_read_subchannel	read_sc;
@@ -1033,7 +1033,7 @@ static NTSTATUS CDROM_Verify(int dev, in
         return STATUS_SUCCESS;
     else
         return STATUS_NO_MEDIA_IN_DEVICE;
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
     int ret;
     ret = ioctl(fd, CDIOCSTART, NULL);
     if(ret == 0)
@@ -1082,7 +1082,7 @@ static NTSTATUS CDROM_PlayAudioMSF(int f
 	  msf.cdmsf_min1, msf.cdmsf_sec1, msf.cdmsf_frame1);
  end:
     ret = CDROM_GetStatusCode(io);
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     struct	ioc_play_msf	msf;
     int         io;
 
@@ -1127,7 +1127,7 @@ static NTSTATUS CDROM_SeekAudioMSF(int d
 #if defined(linux)
     struct cdrom_msf0	msf;
     struct cdrom_subchnl sc;
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     struct ioc_play_msf	msf;
     struct ioc_read_subchannel	read_sc;
     struct cd_sub_channel_info	sc;
@@ -1180,7 +1180,7 @@ static NTSTATUS CDROM_SeekAudioMSF(int d
       return CDROM_GetStatusCode(ioctl(fd, CDROMSEEK, &msf));
     }
     return STATUS_SUCCESS;
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     read_sc.address_format = CD_MSF_FORMAT;
     read_sc.track          = 0;
     read_sc.data_len       = sizeof(sc);
@@ -1220,7 +1220,7 @@ static NTSTATUS CDROM_PauseAudio(int fd)
 {
 #if defined(linux)
     return CDROM_GetStatusCode(ioctl(fd, CDROMPAUSE));
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     return CDROM_GetStatusCode(ioctl(fd, CDIOCPAUSE, NULL));
 #else
     return STATUS_NOT_SUPPORTED;
@@ -1236,7 +1236,7 @@ static NTSTATUS CDROM_ResumeAudio(int fd
 {
 #if defined(linux)
     return CDROM_GetStatusCode(ioctl(fd, CDROMRESUME));
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     return CDROM_GetStatusCode(ioctl(fd, CDIOCRESUME, NULL));
 #else
     return STATUS_NOT_SUPPORTED;
@@ -1252,7 +1252,7 @@ static NTSTATUS CDROM_StopAudio(int fd)
 {
 #if defined(linux)
     return CDROM_GetStatusCode(ioctl(fd, CDROMSTOP));
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     return CDROM_GetStatusCode(ioctl(fd, CDIOCSTOP, NULL));
 #else
     return STATUS_NOT_SUPPORTED;
@@ -1279,7 +1279,7 @@ static NTSTATUS CDROM_GetVolume(int fd,
         vc->PortVolume[3] = volc.channel3;
     }
     return CDROM_GetStatusCode(io);
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     struct  ioc_vol     volc;
     int io;
 
@@ -1313,7 +1313,7 @@ static NTSTATUS CDROM_SetVolume(int fd,
     volc.channel3 = vc->PortVolume[3];
 
     return CDROM_GetStatusCode(ioctl(fd, CDROMVOLCTRL, &volc));
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     struct  ioc_vol     volc;
 
     volc.vol[0] = vc->PortVolume[0];
@@ -1757,7 +1757,7 @@ static NTSTATUS DVD_StartSession(int fd,
     ret =CDROM_GetStatusCode(ioctl(fd, DVD_AUTH, &auth_info));
     *sid_out = auth_info.lsa.agid;
     return ret;
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     return STATUS_NOT_SUPPORTED;
 #else
     return STATUS_NOT_SUPPORTED;
@@ -1780,7 +1780,7 @@ static NTSTATUS DVD_EndSession(int fd, c
 
     TRACE("\n");
     return CDROM_GetStatusCode(ioctl(fd, DVD_AUTH, &auth_info));
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     return STATUS_NOT_SUPPORTED;
 #else
     return STATUS_NOT_SUPPORTED;
@@ -1910,7 +1910,7 @@ static NTSTATUS DVD_ReadKey(int fd, PDVD
 	FIXME("Unknown keytype 0x%x\n",key->KeyType);
     }
     return ret;
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
     TRACE("bsd\n");
     return STATUS_NOT_SUPPORTED;
 #else

=== modified file 'dlls/ntdll/signal_i386.c'
--- dlls/ntdll/signal_i386.c	2011-08-11 09:04:24 +0000
+++ dlls/ntdll/signal_i386.c	2011-08-11 12:22:19 +0000
@@ -345,10 +345,14 @@ static int fpux_support;  /* whether the
 
 extern void DECLSPEC_NORETURN __wine_call_from_32_restore_regs( const CONTEXT *context );
 
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include <machine/trap.h>	/* T_DIVIDE, etc */
+#endif
+
 enum i386_trap_code
 {
     TRAP_x86_UNKNOWN    = -1,  /* Unknown fault (TRAP_sig not defined) */
-#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__)
     TRAP_x86_DIVIDE     = T_DIVIDE,     /* Division by zero exception */
     TRAP_x86_TRCTRAP    = T_TRCTRAP,    /* Single-step exception */
     TRAP_x86_NMI        = T_NMI,        /* NMI interrupt */

=== modified file 'libs/wine/ldt.c'
--- libs/wine/ldt.c	2011-08-11 09:04:24 +0000
+++ libs/wine/ldt.c	2011-08-12 14:18:23 +0000
@@ -416,6 +416,8 @@ unsigned short wine_ldt_alloc_fs(void)
         }
         else global_fs_sel = (ldt_info.entry_number << 3) | 3;
 #elif defined(__FreeBSD__)
+        /* FIXME: enabling this may cause regression on GNU/kFreeBSD, see
+           Debian bug #637528 */
         global_fs_sel = GSEL( GUFS_SEL, SEL_UPL );
 #endif
     }
@@ -444,6 +446,8 @@ void wine_ldt_init_fs( unsigned short se
         fill_modify_ldt_struct( &ldt_info, entry );
         if ((ret = set_thread_area( &ldt_info ) < 0)) perror( "set_thread_area" );
 #elif defined(__FreeBSD__)
+        /* FIXME: enabling this may cause regression on GNU/kFreeBSD, see
+           Debian bug #637528 */
         i386_set_fsbase( wine_ldt_get_base( entry ));
 #endif
     }

=== modified file 'debian/changelog'
--- debian/changelog	2011-08-11 09:04:24 +0000
+++ debian/changelog	2011-08-13 12:26:18 +0000
@@ -1,3 +1,15 @@
+wine (1.0.1-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add `libgl1-mesa-dev' as primary option for `xlibmesa-gl-dev', and
+    `libglu1-mesa-dev' as primary option for `libglu1-xorg-dev' build
+    dependencies.  (Closes: #623923)
+  * Fix FTBFS with gcc-4.6 (keep using gcc-4.4; proper gcc-4.6 support
+    is likely to be available with new upstream release).
+  * Fix GNU/kFreeBSD support.  (Closes: #591837)
+
+ -- Robert Millan <rmh@debian.org>  Sat, 13 Aug 2011 00:10:11 +0000
+
 wine (1.0.1-3.1) unstable; urgency=low
 
   * Non-maintainer upload.


--- End Message ---
--- Begin Message ---
Source: wine
Source-Version: 1.4-1

We believe that the bug you reported is fixed in the latest version of
wine, which is due to be installed in the Debian FTP archive:

wine_1.4-1.diff.gz
  to main/w/wine/wine_1.4-1.diff.gz
wine_1.4-1.dsc
  to main/w/wine/wine_1.4-1.dsc
wine_1.4-1_amd64.deb
  to main/w/wine/wine_1.4-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 637650@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Gilbert <mgilbert@debian.org> (supplier of updated wine package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 05 Jun 2012 15:44:39 -0400
Source: wine
Binary: wine wine-bin libwine-dbg libwine-dev libwine libwine-alsa libwine-bin libwine-capi libwine-cms libwine-gl libwine-gphoto2 libwine-ldap libwine-openal libwine-oss libwine-print libwine-sane
Architecture: source amd64
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Wine Party <pkg-wine-party@lists.alioth.debian.org>
Changed-By: Michael Gilbert <mgilbert@debian.org>
Description: 
 libwine    - Windows API implementation - library
 libwine-alsa - Windows API implementation - ALSA sound module
 libwine-bin - Windows API implementation - system services
 libwine-capi - Windows API implementation - ISDN module
 libwine-cms - Windows API implementation - color management module
 libwine-dbg - Windows API implementation - debugging symbols
 libwine-dev - Windows API implementation - development files
 libwine-gl - Windows API implementation - OpenGL module
 libwine-gphoto2 - Windows API implementation - camera module
 libwine-ldap - Windows API implementation - LDAP module
 libwine-openal - Windows API implementation - OpenAL module
 libwine-oss - Windows API implementation - OSS sound module
 libwine-print - Windows API implementation - printing module
 libwine-sane - Windows API implementation - scanner module
 wine       - Windows API implementation - standard suite
 wine-bin   - Windows API implementation - binary loader
Closes: 637650
Changes: 
 wine (1.4-1) unstable; urgency=low
 .
   * Team upload to unstable
     - include myself as a new uploader
   * Add misc:Depends to dependencies (closes: #637650)
Checksums-Sha1: 
 a9ea86e50ff653f1c9ca3de35543016cb0799dad 4606 wine_1.4-1.dsc
 75e64daedf029aee54fc8e5f80b13f4a31f42587 71360 wine_1.4-1.diff.gz
 d6b2d4e5485fca4968f7d6f0f1621666319b69bf 938 wine_1.4-1_amd64.deb
Checksums-Sha256: 
 3230720481e1c95f1b55e50913de55ce23b97d0e56483b0d5dda640562c248d5 4606 wine_1.4-1.dsc
 e3da7f7143854d310c5e448535f28d6d04b82f0390fb859c59908c7dbf5a1253 71360 wine_1.4-1.diff.gz
 7ea4c26f852fd49c6a985628d8797ed625626ac2d4a298d87d72079161b64d42 938 wine_1.4-1_amd64.deb
Files: 
 735b7ef6eebe155f368bdd9816444556 4606 otherosfs optional wine_1.4-1.dsc
 ad14d500869a4d3c41a9ebe1b89b6175 71360 otherosfs optional wine_1.4-1.diff.gz
 ae581c36e6a0c6e19939aaac4dd883f2 938 otherosfs optional wine_1.4-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQQcBAEBCAAGBQJPzmLOAAoJELjWss0C1vRz57kf/jb+yA5BuctGndMw6ZTIotpc
Pf+3rhZ4SEV/KKx7t7fsLqK5rerfkcpeIHwZGVVgdu7V6huRNB0nlme+DxBelH18
EEBUiPxxn0A407zzje7sjbKT8oRZGPlXv43T7oX21Eg+dw/Y9ZapAMB3td/fo8eD
aoIpAA5Yqn+obxakP6zQUc1ME9Jvtr966KOAnagGExk/vuAx3UXIj6E6ycrvIaXE
Y664A3TdyFKYR9nVg/zx+np37XccMBn4A12V3BxYd6mOVrPaPr4i8oBMOr62FPRP
edBxZY9fg+MbjAJREhXU82tM2OFb3A+7ma5R8Y+4srqNN2sRhp1NDaxLzuPOprAc
DioyIQGvxePQTKSddcCy0JJePRRmPZ5uu2wpTd6IsN30eFGlGlcVFR9l4NI9vcMK
zA8097t7BUFT3OZ6WsKuyjr33M+wSnUU9XceUxF3VWODl2zk0Xi48HlEptRdCEiP
K4eQEeIwe8V6Kc33LV12b6eDXZXW+Q5s1W2DqvUoU9DZqhTTrmXYaVHyn+QmVmpv
08VS6Ylu9uota1hU7a+7oVExcFNbsI+CiCbs6nb1p3cK3iV1ZaJW7afiw/+LlqYa
g0sB2k+LdptPWmFml5yCV0PCOay487B/vHKqwHywURHOEmzGyuR22MQ1Y5KymXaB
FDG7RG2gdn/QEX8bVmP0KbJXXy3pmPfWnhl8RpYXNm1jdTDRzkX6kgzh4CT46Lpx
xMsW93auG/aB4dcZstsQ+6QdVC0dzxbLGJDmhOnYDIj1OA1Y6UQO6hHKCRndtpqe
sgPvP7eTuh2ITWacRBxuvxoxQHr3yhBE9DDQmSK9CKzKANZkRtMPUBCOOVbq7x1v
xx98YEpwEP2O2ZzywzNNSkG8lDCxV/XGbIxlcCvnPbAfGAN2BzFStirFZsF5pZl9
5NfGuhlhsSSGFVmCUcDI/xnaTWn+MwMBR/6cioysgUPN5Wst9lyKi2dp3sRK9gd+
j3mEOb8Gw1WleYUvx7pImo7G82jYuV4WZVfCtZm7m/vLlCxqc7VP1Pf9aE20oKIX
v9n2AeCVAIUIslCn87mTxNgPIBD1TNgXbeURH/I/lUPL+ODtZf9jYqM45VFMPyjn
s8y+y/D9PQlZLWFpbDJaKGQlUtAavbL2hm9a7nw1riuKUbNVQeknjoB+iFPKCRQj
YPYR/omWXfbEDU4HPyBRsuyT0GM3LJRPyxNM+hIcl0DxzqUEJw2K9VkqylNX+yHy
8JEkLgTJPJq5/SbR8le8M5t/9ZeV5P/GDDMEORYhEFWmlNP+Xh4wPa75pPxl65iF
8oVOA9gfDPaYZOP8TIAPQVg3KPsetCBRQbWLprjl0fc9XhKTv2ttnrxvZ2Xiw1o=
=0GeR
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: