Ciao Francesco,
Insieme con Robert Luberda ho preparato un NMU per iitalian, i cambiamenti
saranno:
[ Robert Luberda ]
* Rebuild with new ispell.
[ Norbert Preining ]
* add misc:Depends dependency
* remove post{inst,rm}.debhelper, it is auto generated
* reword synopsis (lintian warning)
* bump standards version to 3.9.2, no changes necessary
Attaccato trovi il diff del NMU. In caso che non senti niente di te
per una settimana farò un upload nel DELAYED/7.
Grazie
Norbert
------------------------------------------------------------------------
Norbert Preining preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live & Debian Developer
DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
FORSINAIN (n. archaic)
The right of the lord of the manor to molest dwarves on their
birthdays.
--- Douglas Adams, The Meaning of Liff
diff -u iitalian-2.3/debian/control iitalian-2.3/debian/control
--- iitalian-2.3/debian/control
+++ iitalian-2.3/debian/control
@@ -3,13 +3,13 @@
Priority: optional
Maintainer: Francesco Paolo Lovergine <[email protected]>
-Standards-Version: 3.7.2
-Build-Depends: ispell, debhelper(>=5.0.0), dictionaries-common-dev (>=0.20)
+Standards-Version: 3.9.2
+Build-Depends: ispell (>= 3.3.02), debhelper(>=5.0.0), dictionaries-common-dev (>=0.20)
Package: iitalian
Architecture: any
-Depends: ispell, debconf | debconf-2.0, dictionaries-common (>=0.20)
+Depends: ispell (>= 3.3.02), debconf | debconf-2.0, dictionaries-common (>=0.20), ${misc:Depends}
Suggests: witalian
Provides: ispell-dictionary
-Description: The Italian dictionary for ispell
+Description: Italian dictionary for ispell
This is an italian dictionary to be used with ispell.
It contains more than 185,000 italian words.
diff -u iitalian-2.3/debian/rules iitalian-2.3/debian/rules
--- iitalian-2.3/debian/rules
+++ iitalian-2.3/debian/rules
@@ -14,7 +14,7 @@
clean:
dh_testdir
-rm -f build
- -rm -f italian.hash italian.words.cnt italian.words.stat
+ -rm -f italian.hash italian.stat
-rm -f `find . -name "*~"`
-rm -rf debian/iitalian debian/files* core debian/substvars
dh_clean
diff -u iitalian-2.3/debian/changelog iitalian-2.3/debian/changelog
--- iitalian-2.3/debian/changelog
+++ iitalian-2.3/debian/changelog
@@ -1,3 +1,18 @@
+iitalian (1:2.3-2.1) UNRELEASED; urgency=low
+
+ * Non-maintainer upload.
+
+ [ Robert Luberda ]
+ * Rebuild with new ispell.
+
+ [ Norbert Preining ]
+ * add misc:Depends dependency
+ * remove post{inst,rm}.debhelper, it is auto generated
+ * reword synopsis (lintian warning)
+ * bump standards version to 3.9.2, no changes necessary
+
+ -- Norbert Preining <[email protected]> Thu, 14 Apr 2011 18:40:57 +0900
+
iitalian (1:2.3-2) unstable; urgency=low
* Added a debconf-2.0 virtual dependency. Thanks Victor Seva.
reverted:
--- iitalian-2.3/debian/postinst.debhelper
+++ iitalian-2.3.orig/debian/postinst.debhelper
@@ -1,7 +0,0 @@
-# Automatically added by installdeb-ispell
-. /usr/share/debconf/confmodule
-if [ "$1" = "configure" ] ; then
-
- /usr/sbin/update-default-ispell --rebuild
-fi
-# End automatically added section
reverted:
--- iitalian-2.3/debian/postrm.debhelper
+++ iitalian-2.3.orig/debian/postrm.debhelper
@@ -1,17 +0,0 @@
-# Automatically added by installdeb-ispell
-case "$1" in abort-install|remove)
-
- /usr/sbin/remove-default-ispell iitalian
- if [ -e /usr/share/debconf/confmodule ] ; then
- . /usr/share/debconf/confmodule
- db_purge
- fi
-esac
-
-# End automatically added section
-# Automatically added by dh_installdebconf
-if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
- . /usr/share/debconf/confmodule
- db_purge
-fi
-# End automatically added section