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

Bug#686230: marked as done (unblock: libmtp/1.1.3-35-g0ece104-3)



Your message dated Fri, 31 Aug 2012 14:24:23 +0200
with message-id <5040ACF7.7070305@thykier.net>
and subject line Re: Bug#686230: unblock: libmtp/1.1.3-35-g0ece104-3
has caused the Debian Bug report #686230,
regarding unblock: libmtp/1.1.3-35-g0ece104-3
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.)


-- 
686230: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686230
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package libmtp 1.1.3-35-g0ece104-3, it contains a minimalistic
patch to fix bug#683637:

   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683637

The debdiff is attached.
Thanks in advance for any reply, and cheers!

unblock libmtp/1.1.3-35-g0ece104-3

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru libmtp-1.1.3-35-g0ece104/debian/changelog libmtp-1.1.3-35-g0ece104/debian/changelog
--- libmtp-1.1.3-35-g0ece104/debian/changelog	2012-07-18 11:04:42.000000000 +0200
+++ libmtp-1.1.3-35-g0ece104/debian/changelog	2012-08-30 00:33:30.000000000 +0200
@@ -1,3 +1,10 @@
+libmtp (1.1.3-35-g0ece104-3) unstable; urgency=low
+
+  * Add Sony Tablet P1 support. (Closes: #683637)
+    Thanks to Hideki Yamane for the patch.
+
+ -- Alessio Treglia <alessio@debian.org>  Thu, 30 Aug 2012 00:32:57 +0200
+
 libmtp (1.1.3-35-g0ece104-2) unstable; urgency=low
 
   * Device db updates picked from upstream git:
diff -Nru libmtp-1.1.3-35-g0ece104/debian/gbp.conf libmtp-1.1.3-35-g0ece104/debian/gbp.conf
--- libmtp-1.1.3-35-g0ece104/debian/gbp.conf	2012-07-13 10:23:37.000000000 +0200
+++ libmtp-1.1.3-35-g0ece104/debian/gbp.conf	2012-08-30 00:24:27.000000000 +0200
@@ -1,3 +1,5 @@
 [DEFAULT]
 pristine-tar = True
 sign-tags = True
+debian-branch = master.wheezy
+upstream-branch = upstream.wheezy
diff -Nru libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch
--- libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch	2012-07-18 10:57:50.000000000 +0200
+++ libmtp-1.1.3-35-g0ece104/debian/patches/0001-devicedb_updates.patch	2012-08-30 00:30:30.000000000 +0200
@@ -5,10 +5,12 @@
   - 68f3cb6bcc0a6f24e66377a6f0ab707ff3457bf9
   - e9082f609faa9fe1301a86a52aca6563a1040e70
   - f9b50b4b6e7721c7d77e0f22779276c3a0981ad0
+ Debian BTS:
+  - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683637
 Origin: upstream
 ---
- src/music-players.h |   23 +++++++++++++++++++----
- 1 file changed, 19 insertions(+), 4 deletions(-)
+ src/music-players.h |   26 ++++++++++++++++++++++----
+ 1 file changed, 22 insertions(+), 4 deletions(-)
 
 --- libmtp.orig/src/music-players.h
 +++ libmtp/src/music-players.h
@@ -22,7 +24,17 @@
    // Reported by Nigel Cunningham <nigel@tuxonice.net>
    // Guessing on Android bugs
    { "Toshiba", 0x0930, "Thrive AT100/AT105", 0x7100,
-@@ -1472,6 +1475,10 @@
+@@ -1331,6 +1334,9 @@
+   // Reported by Anonymous SourceForge user
+   { "Sony", 0x054c, "DCR-SR75", 0x1294,
+       DEVICE_FLAGS_SONY_NWZ_BUGS },
++  // Reported by Hideki Yamane <henrich@debian.org>
++  { "Sony", 0x054c, "Sony Tablet P1", 0x04d1,
++      DEVICE_FLAGS_ANDROID_BUGS },
+ 
+   /*
+    * SonyEricsson
+@@ -1472,6 +1478,10 @@
    // Reported by equaeghe <equaeghe@users.sourceforge.net>
    { "SONY", 0x0fce, "Xperia U ST25i (MTP+ADB mode)", 0x5171,
        DEVICE_FLAGS_ANDROID_BUGS },
@@ -33,7 +45,7 @@
    // Reported by Anonymous Sourceforge user
    { "SonyEricsson", 0x0fce,  "j10i (Elm)", 0xd144,
        DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
-@@ -1501,6 +1508,8 @@
+@@ -1501,6 +1511,8 @@
        DEVICE_FLAGS_ANDROID_BUGS },
    { "Motorola", 0x22b8, "Xoom 2 Media Edition", 0x4311,
        DEVICE_FLAGS_ANDROID_BUGS },
@@ -42,7 +54,7 @@
    // Reported by Marcus Meissner to libptp2
    { "Motorola", 0x22b8, "IdeaPad K1", 0x4811,
        DEVICE_FLAG_BROKEN_SET_OBJECT_PROPLIST },
-@@ -1535,6 +1544,8 @@
+@@ -1535,6 +1547,8 @@
    // Reported by anonymous Sourceforge user
    { "Google Inc (for Asus)", 0x18d1, "TF101 Transformer", 0x4e0f,
        DEVICE_FLAGS_ANDROID_BUGS },
@@ -51,7 +63,7 @@
    // WiFi-only version of Xoom
    // See: http://bugzilla.gnome.org/show_bug.cgi?id=647506
    { "Google Inc (for Motorola)", 0x18d1, "Xoom (MZ604)", 0x70a8,
-@@ -1702,8 +1713,9 @@
+@@ -1702,8 +1716,9 @@
     */
    // Reported by anonymous SourceForge user
    { "Huawei", 0x12d1, "Honor U8860", 0x1051, DEVICE_FLAGS_ANDROID_BUGS },
@@ -62,7 +74,7 @@
  
    /*
     * ZTE
-@@ -1718,7 +1730,9 @@
+@@ -1718,7 +1733,9 @@
    { "HTC", 0x0bb4, "Zopo ZP100", 0x0c02,
        DEVICE_FLAGS_ANDROID_BUGS },
    // Reported by Steven Eastland <grassmonk@users.sourceforge.net>
@@ -73,7 +85,7 @@
        DEVICE_FLAGS_ANDROID_BUGS },
    // These identify themselves as "cm_tenderloin", fun...
    // Done by HTC for HP I guess.
-@@ -1745,9 +1759,10 @@
+@@ -1745,9 +1762,10 @@
    { "Vizio", 0x0489, "VTAB1008", 0xe040, DEVICE_FLAGS_ANDROID_BUGS },
  
    /*

--- End Message ---
--- Begin Message ---
On 2012-08-30 11:22, Alessio Treglia wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package libmtp 1.1.3-35-g0ece104-3, it contains a minimalistic
> patch to fix bug#683637:
> 
>    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683637
> 
> The debdiff is attached.
> Thanks in advance for any reply, and cheers!
> 
> unblock libmtp/1.1.3-35-g0ece104-3
> 
> [...]

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: