Merge lp:~noskcaj/ubuntu/saucy/mplayer-skins/3.1 into lp:ubuntu/saucy/mplayer-skins

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp:~noskcaj/ubuntu/saucy/mplayer-skins/3.1
Merge into: lp:ubuntu/saucy/mplayer-skins
Diff against target: 150 lines (+42/-35)
7 files modified
debian/README.Debian (+7/-0)
debian/README.Packaging (+0/-7)
debian/changelog (+19/-0)
debian/compat (+1/-1)
debian/control (+7/-5)
debian/rules (+7/-22)
debian/source/format (+1/-0)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/saucy/mplayer-skins/3.1
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+182517@code.launchpad.net

Description of the change

Merge from upstream, lintian clean

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Unmerged revisions

7. By Jackson Doak

* Replace debian/README.Packaging with debian/README.Debian
* debian/control:
  - Set debhelper build-depend to 9
  - Set Standards-Version as 3.9.4
  - Change "Conflicts" to "Breaks"
  - Add Depends: ${misc:Depends} to both binaries
  - Add a homepage
* debian/compat: Set as 9
* debian/rules:
  - Remove .gz part, all tarballs are now .bz2
  - Change to simple debhelper setup
* Create debian/source/format
* Update blue theme to 1.8
* Update Clearplayer theme to 0.9

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'clearplayer-0.8.tar.bz2'
2Binary files clearplayer-0.8.tar.bz2 2005-12-08 20:46:50 +0000 and clearplayer-0.8.tar.bz2 1970-01-01 00:00:00 +0000 differ
3=== added file 'clearplayer-0.9.tar.bz2'
4Binary files clearplayer-0.9.tar.bz2 1970-01-01 00:00:00 +0000 and clearplayer-0.9.tar.bz2 2013-08-27 23:06:13 +0000 differ
5=== added file 'debian/README.Debian'
6--- debian/README.Debian 1970-01-01 00:00:00 +0000
7+++ debian/README.Debian 2013-08-27 23:06:13 +0000
8@@ -0,0 +1,7 @@
9+This package was created to split of the Skins from the mplayer package.
10+These skins are arch:all anyway, so we save a bit archive space.
11+
12+This makes it possible to distribute more mplayer skins. If a new skin
13+is to be added to this package, just drop the new *.tar.bz file into
14+the orig.tar.gz and increase the version number. Please not that the
15+skin needs a proper copyright statement!
16
17=== removed file 'debian/README.Packaging'
18--- debian/README.Packaging 2005-12-08 20:46:50 +0000
19+++ debian/README.Packaging 1970-01-01 00:00:00 +0000
20@@ -1,7 +0,0 @@
21-This package was created to split of the Skins from the mplayer package.
22-These skins are arch:all anyway, so we save a bit archive space.
23-
24-This makes it possible to distribute more mplayer skins. If a new skin
25-is to be added to this package, just drop the new *.tar.bz file into
26-the orig.tar.gz and increase the version number. Please not that the
27-skin needs a proper copyright statement!
28
29=== modified file 'debian/changelog'
30--- debian/changelog 2009-10-16 18:08:01 +0000
31+++ debian/changelog 2013-08-27 23:06:13 +0000
32@@ -1,3 +1,22 @@
33+mplayer-skins (3.1) saucy; urgency=low
34+
35+ * Replace debian/README.Packaging with debian/README.Debian
36+ * debian/control:
37+ - Set debhelper build-depend to 9
38+ - Set Standards-Version as 3.9.4
39+ - Change "Conflicts" to "Breaks"
40+ - Add Depends: ${misc:Depends} to both binaries
41+ - Add a homepage
42+ * debian/compat: Set as 9
43+ * debian/rules:
44+ - Remove .gz part, all tarballs are now .bz2
45+ - Change to simple debhelper setup
46+ * Create debian/source/format
47+ * Update blue theme to 1.8
48+ * Update Clearplayer theme to 0.9
49+
50+ -- Jackson Doak <noskcaj@ubuntu.com> Wed, 28 Aug 2013 07:45:27 +1000
51+
52 mplayer-skins (3) karmic; urgency=low
53
54 * merge the mplayer-skin-blue package LP: #386507, #386510
55
56=== modified file 'debian/compat'
57--- debian/compat 2009-10-16 18:08:01 +0000
58+++ debian/compat 2013-08-27 23:06:13 +0000
59@@ -1,1 +1,1 @@
60-5
61+9
62
63=== modified file 'debian/control'
64--- debian/control 2009-10-16 18:08:01 +0000
65+++ debian/control 2013-08-27 23:06:13 +0000
66@@ -3,14 +3,16 @@
67 Priority: extra
68 Maintainer: Reinhard Tartler <siretart@tauware.de>
69 Uploaders: Sebastian Dröge <slomo@ubuntu.com>, Reinhard Tartler <siretart@ubuntu.com>
70-Standards-Version: 3.8.3
71+Standards-Version: 3.9.4
72 Build-Depends-Indep: bzip2
73-Build-Depends: debhelper (>= 5)
74+Build-Depends: debhelper (>= 9)
75+Homepage: http://www.mplayerhq.hu/design7/news.html
76
77 Package: mplayer-skins
78 Architecture: all
79+Depends: ${misc:Depends}
80 Replaces: mplayer-skin-blue (<< ${binary:Version})
81-Conflicts: mplayer-skin-blue (<< ${binary:Version})
82+Breaks: mplayer-skin-blue (<< ${binary:Version})
83 Provides: mplayer-skin
84 Enhances: mplayer
85 Description: Skins for the Mplayer package
86@@ -26,7 +28,7 @@
87
88 Package: mplayer-skin-blue
89 Architecture: all
90-Depends: mplayer-skins
91+Depends: ${misc:Depends}, mplayer-skins
92 Description: Transitional package for the 'blue' mplayer-skin package
93- This package can safely be removed and is only used for transitional
94+ This empty package can safely be removed and is only used for transitional
95 purposes.
96
97=== modified file 'debian/rules'
98--- debian/rules 2009-10-16 18:08:01 +0000
99+++ debian/rules 2013-08-27 23:06:13 +0000
100@@ -1,30 +1,15 @@
101 #!/usr/bin/make -f
102-clean::
103- dh_testdir
104+
105+%:
106+ dh $@
107+
108+override_dh_clean:
109 dh_clean
110 rm -rf debian/tmp
111
112 d:=debian/mplayer-skins/usr/share/mplayer/skins
113
114-install:
115+override_dh_install:
116 mkdir -p $(d)
117- for s in *.tar.bz2 *.tar.gz; do tar xv -C $(d) -f $$s ; done
118+ for s in *.tar.bz2; do tar xv -C $(d) -f $$s ; done
119 dh_link usr/share/mplayer/skins/clearplayer usr/share/mplayer/skins/default
120-
121-binary-indep: install
122- dh_testdir
123- dh_testroot
124- dh_installdocs
125- dh_installchangelogs
126- dh_compress
127- dh_fixperms
128- dh_installdeb
129- dh_gencontrol
130- dh_md5sums
131- dh_builddeb
132-
133-binary-arch:
134- # nothing to do
135-
136-binary: binary-indep binary-arch
137-.PHONY: build clean binary-indep binary-arch binary
138
139=== added directory 'debian/source'
140=== added file 'debian/source/format'
141--- debian/source/format 1970-01-01 00:00:00 +0000
142+++ debian/source/format 2013-08-27 23:06:13 +0000
143@@ -0,0 +1,1 @@
144+3.0 (native)
145\ No newline at end of file
146
147=== removed file 'mplayer-blue_1.6.tar.gz'
148Binary files mplayer-blue_1.6.tar.gz 2009-10-16 18:08:01 +0000 and mplayer-blue_1.6.tar.gz 1970-01-01 00:00:00 +0000 differ
149=== added file 'mplayer-blue_1.8.tar.bz2'
150Binary files mplayer-blue_1.8.tar.bz2 1970-01-01 00:00:00 +0000 and mplayer-blue_1.8.tar.bz2 2013-08-27 23:06:13 +0000 differ

Subscribers

People subscribed via source and target branches

to all changes: