Bug#774113: unblock: fonts-android/1:4.4.4r2-6

2014-12-30 Thread Christian PERRIER
Quoting Ivo De Decker (iv...@debian.org):

 This looks fine, except for the change in the old changelog entry (I guess
 that was a mistake). Please go ahead and remove the moreinfo tag from this bug
 once the upload is in unstable.

Done, with the following debdiff. Changes from the debdiff in the
unblock request:
- cleaned out the change in the previous changelog entry
- use of mv_conffile in the maintainer script to better cope with
local changes

diff -Nru fonts-android-4.4.4r2/debian/changelog 
fonts-android-4.4.4r2/debian/changelog
--- fonts-android-4.4.4r2/debian/changelog  2014-12-14 23:32:21.0 
+0100
+++ fonts-android-4.4.4r2/debian/changelog  2014-12-29 17:17:48.0 
+0100
@@ -1,3 +1,16 @@
+fonts-android (1:4.4.4r2-6) unstable; urgency=medium
+
+  * Team upload
+
+  [ Vasudev Kamath ]
+  * Increase priority of droid-sans-fallback.conf to 69 to avoid
+overriding 65-nonlatin.conf.
+Close: bug#772687, Thanks to Norbert Preining.
+  * Update maintscript to remove 65-droid-sans-fallback.conf during
+upgrade.
+
+ -- Christian Perrier bubu...@debian.org  Sun, 28 Dec 2014 22:36:29 +0100
+
 fonts-android (1:4.4.4r2-5) unstable; urgency=medium
 
   * Fix typo in maintscript, we never built fonts-android binary from this
diff -Nru fonts-android-4.4.4r2/debian/fonts-droid.links 
fonts-android-4.4.4r2/debian/fonts-droid.links
--- fonts-android-4.4.4r2/debian/fonts-droid.links  2014-12-14 
23:29:38.0 +0100
+++ fonts-android-4.4.4r2/debian/fonts-droid.links  2014-12-28 
22:35:34.0 +0100
@@ -1 +1 @@
-etc/fonts/conf.avail/65-droid-sans-fallback.conf   
etc/fonts/conf.d/65-droid-sans-fallback.conf
+etc/fonts/conf.avail/69-droid-sans-fallback.conf   
etc/fonts/conf.d/69-droid-sans-fallback.conf
diff -Nru fonts-android-4.4.4r2/debian/local/65-droid-sans-fallback.conf 
fonts-android-4.4.4r2/debian/local/65-droid-sans-fallback.conf
--- fonts-android-4.4.4r2/debian/local/65-droid-sans-fallback.conf  
2014-12-14 23:29:38.0 +0100
+++ fonts-android-4.4.4r2/debian/local/65-droid-sans-fallback.conf  
1970-01-01 01:00:00.0 +0100
@@ -1,16 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-   alias
-   familysans-serif/family
-   prefer
-   familyDroid Sans Fallback/family
-   /prefer
-   /alias
-   alias
-   familymonospace/family
-   prefer
-   familyDroid Sans Fallback/family
-   /prefer
-   /alias
-/fontconfig
diff -Nru fonts-android-4.4.4r2/debian/local/69-droid-sans-fallback.conf 
fonts-android-4.4.4r2/debian/local/69-droid-sans-fallback.conf
--- fonts-android-4.4.4r2/debian/local/69-droid-sans-fallback.conf  
1970-01-01 01:00:00.0 +0100
+++ fonts-android-4.4.4r2/debian/local/69-droid-sans-fallback.conf  
2014-12-28 22:35:34.0 +0100
@@ -0,0 +1,16 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+   alias
+   familysans-serif/family
+   prefer
+   familyDroid Sans Fallback/family
+   /prefer
+   /alias
+   alias
+   familymonospace/family
+   prefer
+   familyDroid Sans Fallback/family
+   /prefer
+   /alias
+/fontconfig
diff -Nru fonts-android-4.4.4r2/debian/maintscript 
fonts-android-4.4.4r2/debian/maintscript
--- fonts-android-4.4.4r2/debian/maintscript2014-12-14 23:29:38.0 
+0100
+++ fonts-android-4.4.4r2/debian/maintscript2014-12-29 17:18:14.0 
+0100
@@ -1,3 +1,4 @@
 rm_conffile /etc/fonts/conf.avail/60-droid-sans-mono-fonts.conf 1:4.3-2~ 
fonts-droid 
 rm_conffile /etc/fonts/conf.avail/59-droid-serif-fonts.conf 1:4.3-2~ 
fonts-droid
 rm_conffile /etc/fonts/conf.avail/65-droid-sans-fonts.conf 1:4.4.4r2-2~ 
fonts-droid
+mv_conffile /etc/fonts/conf.avail/65-droid-sans-fallback.conf 
/etc/fonts/conf.avail/69-droid-sans-fallback.conf 1:4.4.4r2-6~ fonts-droid



signature.asc
Description: Digital signature


Bug#774113: unblock: fonts-android/1:4.4.4r2-6

2014-12-28 Thread Christian Perrier
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

I would like to get the RT pre-approval for a planned upload of
fonts-android, to address #772687 (fallback font is installed too
early to fontconfig). This bug severely affects Japanese environment
display, particularly since fonts-droid is installed by default into
the Japanese desktop environment.

Therefore, the bug currently severity:important but one could consider
it RC for Japanese users.

diff -Nru fonts-android-4.4.4r2/debian/changelog 
fonts-android-4.4.4r2/debian/changelog
--- fonts-android-4.4.4r2/debian/changelog  2014-12-14 23:32:21.0 
+0100
+++ fonts-android-4.4.4r2/debian/changelog  2014-12-28 22:36:29.0 
+0100
@@ -1,10 +1,21 @@
+fonts-android (1:4.4.4r2-6) unstable; urgency=medium
+
+  [ Vasudev Kamath ]
+  * Increase priority of droid-sans-fallback.conf to 69 to avoid
+overriding 65-nonlatin.conf.
+Close: bug#772687, Thanks to Norbert Preining.
+  * Update maintscript to remove 65-droid-sans-fallback.conf during
+upgrade.
+
+ -- Christian Perrier bubu...@debian.org  Sun, 28 Dec 2014 22:36:29 +0100
+
 fonts-android (1:4.4.4r2-5) unstable; urgency=medium
 
   * Fix typo in maintscript, we never built fonts-android binary from this
 source package.
 Closes: bug#772457, Thanks to Niels Thykier.
 
- -- Vasudev Kamath kamathvasu...@gmail.com  Sun, 14 Dec 2014 17:17:03 +0530
+ -- Vasudev Kamath kamathvasu...@gmail.com  Sun, 28 Dec 2014 20:14:00 +0530
 
 fonts-android (1:4.4.4r2-4) unstable; urgency=low
 
diff -Nru fonts-android-4.4.4r2/debian/fonts-droid.links 
fonts-android-4.4.4r2/debian/fonts-droid.links
--- fonts-android-4.4.4r2/debian/fonts-droid.links  2014-12-14 
23:29:38.0 +0100
+++ fonts-android-4.4.4r2/debian/fonts-droid.links  2014-12-28 
22:35:34.0 +0100
@@ -1 +1 @@
-etc/fonts/conf.avail/65-droid-sans-fallback.conf   
etc/fonts/conf.d/65-droid-sans-fallback.conf
+etc/fonts/conf.avail/69-droid-sans-fallback.conf   
etc/fonts/conf.d/69-droid-sans-fallback.conf
diff -Nru fonts-android-4.4.4r2/debian/local/65-droid-sans-fallback.conf 
fonts-android-4.4.4r2/debian/local/65-droid-sans-fallback.conf
--- fonts-android-4.4.4r2/debian/local/65-droid-sans-fallback.conf  
2014-12-14 23:29:38.0 +0100
+++ fonts-android-4.4.4r2/debian/local/65-droid-sans-fallback.conf  
1970-01-01 01:00:00.0 +0100
@@ -1,16 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-   alias
-   familysans-serif/family
-   prefer
-   familyDroid Sans Fallback/family
-   /prefer
-   /alias
-   alias
-   familymonospace/family
-   prefer
-   familyDroid Sans Fallback/family
-   /prefer
-   /alias
-/fontconfig
diff -Nru fonts-android-4.4.4r2/debian/local/69-droid-sans-fallback.conf 
fonts-android-4.4.4r2/debian/local/69-droid-sans-fallback.conf
--- fonts-android-4.4.4r2/debian/local/69-droid-sans-fallback.conf  
1970-01-01 01:00:00.0 +0100
+++ fonts-android-4.4.4r2/debian/local/69-droid-sans-fallback.conf  
2014-12-28 22:35:34.0 +0100
@@ -0,0 +1,16 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+   alias
+   familysans-serif/family
+   prefer
+   familyDroid Sans Fallback/family
+   /prefer
+   /alias
+   alias
+   familymonospace/family
+   prefer
+   familyDroid Sans Fallback/family
+   /prefer
+   /alias
+/fontconfig
diff -Nru fonts-android-4.4.4r2/debian/maintscript 
fonts-android-4.4.4r2/debian/maintscript
--- fonts-android-4.4.4r2/debian/maintscript2014-12-14 23:29:38.0 
+0100
+++ fonts-android-4.4.4r2/debian/maintscript2014-12-28 22:35:34.0 
+0100
@@ -1,3 +1,4 @@
 rm_conffile /etc/fonts/conf.avail/60-droid-sans-mono-fonts.conf 1:4.3-2~ 
fonts-droid 
 rm_conffile /etc/fonts/conf.avail/59-droid-serif-fonts.conf 1:4.3-2~ 
fonts-droid
 rm_conffile /etc/fonts/conf.avail/65-droid-sans-fonts.conf 1:4.4.4r2-2~ 
fonts-droid
+rm_conffile /etc/fonts/conf.avail/65-droid-sans-fallback.conf 1:4.4.4r2-6~ 
fonts-droid


unblock fonts-android/1:4.4.4r2-6

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20141228215841.1718.70478.report...@mykerinos.kheops.frmug.org



Bug#774113: unblock: fonts-android/1:4.4.4r2-6

2014-12-28 Thread Ivo De Decker
Control: tags -1 confirmed moreinfo

Hi Christian,

On Sun, Dec 28, 2014 at 04:58:41PM -0500, Christian Perrier wrote:
 I would like to get the RT pre-approval for a planned upload of
 fonts-android, to address #772687 (fallback font is installed too
 early to fontconfig). This bug severely affects Japanese environment
 display, particularly since fonts-droid is installed by default into
 the Japanese desktop environment.

This looks fine, except for the change in the old changelog entry (I guess
that was a mistake). Please go ahead and remove the moreinfo tag from this bug
once the upload is in unstable.

 Therefore, the bug currently severity:important but one could consider
 it RC for Japanese users.

In that case, you could change the severity of this bug (but if you just fix
it, that doesn't really matter).

Cheers,

Ivo


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141228220736.ga6...@ugent.be



Processed: Re: Bug#774113: unblock: fonts-android/1:4.4.4r2-6

2014-12-28 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 confirmed moreinfo
Bug #774113 [release.debian.org] unblock: fonts-android/1:4.4.4r2-6
Added tag(s) confirmed and moreinfo.

-- 
774113: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774113
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b774113.141980447520243.transcr...@bugs.debian.org