tags 800210 patch
tags 800210 pending
thanks
Hi,
I did make a NMU and Eriberto sponsored upload to 10-day/delay queue.
Feel free to cancel this upload if needed.
The debian/changelog is:
* Non-maintainer upload.
* Update DH level to 9. (Closes: #800210)
* debian/compat: created.
* debian/control:
- Added the ${misc:Depends} variable to provide the right install
dependencies.
- Bumped Standards-Version to 3.9.6.
* debian/rules:
- Fixed the path to install the files correctly.
I attached a debdiff.
cheers,
--
Giovani Ferreira
http://softwarelivre.org/jova2
GNU/Linux user: 337388 GPG ID: 2375A66C
diff -Nru doc-linux-hr-20000416.1/debian/changelog
doc-linux-hr-20000416.1+nmu1/debian/changelog
--- doc-linux-hr-20000416.1/debian/changelog 2006-07-13 13:00:14.000000000
-0300
+++ doc-linux-hr-20000416.1+nmu1/debian/changelog 2016-01-03
16:23:46.000000000 -0200
@@ -1,3 +1,17 @@
+doc-linux-hr (20000416.1+nmu1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Update DH level to 9. (Closes: #800210)
+ * debian/compat: created.
+ * debian/control:
+ - Added the ${misc:Depends} variable to provide the right install
+ dependencies.
+ - Bumped Standards-Version to 3.9.6.
+ * debian/rules:
+ - Fixed the path to install the files correctly.
+
+ -- Giovani Augusto Ferreira <[email protected]> Sun, 03 Jan 2016 16:05:44
-0200
+
doc-linux-hr (20000416.1) unstable; urgency=low
* Non-maintainer upload.
diff -Nru doc-linux-hr-20000416.1/debian/compat
doc-linux-hr-20000416.1+nmu1/debian/compat
--- doc-linux-hr-20000416.1/debian/compat 1969-12-31 21:00:00.000000000
-0300
+++ doc-linux-hr-20000416.1+nmu1/debian/compat 2016-01-03 16:06:51.000000000
-0200
@@ -0,0 +1 @@
+9
diff -Nru doc-linux-hr-20000416.1/debian/control
doc-linux-hr-20000416.1+nmu1/debian/control
--- doc-linux-hr-20000416.1/debian/control 2000-04-16 16:38:39.000000000
-0300
+++ doc-linux-hr-20000416.1+nmu1/debian/control 2016-01-03 16:12:16.000000000
-0200
@@ -2,11 +2,12 @@
Section: doc
Priority: extra
Maintainer: Matej Vela <[email protected]>
-Standards-Version: 3.1.1
-Build-Depends: debhelper
+Standards-Version: 3.9.6
+Build-Depends: debhelper (>=9)
Package: doc-linux-hr
Architecture: all
+Depends: ${misc:Depends}
Suggests: lynx | www-browser
Description: Documentation in Croatian / dokumentacija na hrvatskom
This package contains plain-text and HTML versions of various Linux
diff -Nru doc-linux-hr-20000416.1/debian/rules
doc-linux-hr-20000416.1+nmu1/debian/rules
--- doc-linux-hr-20000416.1/debian/rules 2000-04-16 16:26:42.000000000
-0300
+++ doc-linux-hr-20000416.1+nmu1/debian/rules 2016-01-03 16:10:36.000000000
-0200
@@ -34,23 +34,23 @@
-e 's/Ð(?=[A-ZÐ])/DJ/g;' \
-e 's/(?<=[A-Z])Ð(?=[^a-z]|$$)/DJ/g;' \
-e 's/Ð/Dj/g;' \
- -e 's/ð/dj/g;' debian/tmp/usr/share/doc-base/*
+ -e 's/ð/dj/g;' debian/doc-linux-hr/usr/share/doc-base/*
zcat ftp.linux.hr/pub/dokumentacija/KAKO/html/*.html.tar.gz \
- | tar -C debian/tmp/$(howto_html) -ixf -
+ | tar -C debian/doc-linux-hr/$(howto_html) -ixf -
cp -p www.linux.hr/hr.comp.linux-FAQ.html \
- debian/tmp/$(howto_html)
+ debian/doc-linux-hr/$(howto_html)
cp -p ftp.linux.hr/pub/dokumentacija/KAKO/*.txt.gz \
- debian/tmp/$(howto_txt)
+ debian/doc-linux-hr/$(howto_txt)
cp -p www.linux.hr/ldphr/*-KAKO-* \
- debian/tmp/$(howto_txt)
+ debian/doc-linux-hr/$(howto_txt)
cp -p ftp.linux.hr/pub/dokumentacija/KAKO/mini/html/*.html.gz \
- debian/tmp/$(mini_howto_html)
- gunzip debian/tmp/$(mini_howto_html)/*.html.gz
+ debian/doc-linux-hr/$(mini_howto_html)
+ gunzip debian/doc-linux-hr/$(mini_howto_html)/*.html.gz
cp -p ftp.linux.hr/pub/dokumentacija/KAKO/mini/*.txt.gz \
- debian/tmp/$(mini_howto_txt)
+ debian/doc-linux-hr/$(mini_howto_txt)
cp -p www.linux.hr/ldphr/*-mini-KAKO \
- debian/tmp/$(mini_howto_txt)
- find debian/tmp/$(howto) -type f ! -name '*.gz' ! -name '*.html' \
+ debian/doc-linux-hr/$(mini_howto_txt)
+ find debian/doc-linux-hr/$(howto) -type f ! -name '*.gz' ! -name
'*.html' \
| xargs gzip -9
dh_compress
dh_fixperms