tags 465633 + patch
thank you
Hi,
Here is an NMU that fixes this bug as well as the package descriptions,
standards update and more.
Thanks,
Barry deFreese
diff -u orange-0.3/debian/control orange-0.3/debian/control
--- orange-0.3/debian/control
+++ orange-0.3/debian/control
@@ -2,9 +2,9 @@
Section: utils
Priority: optional
Maintainer: Volker Christian <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), zlib1g (>= 1.2.1), zlib1g-dev (>= 1.2.1), libdynamite0 (>= 0.1), libdynamite-dev (>= 0.1), libunshield0 (>= 0.5), libunshield-dev (>= 0.5), librapi2 (>= 0.9.1), librapi2-dev (>= 0.9.1), libsynce0 (>= 0.9.1), libsynce0-dev (>= 0.9.1), autotools-dev, autoconf, automake1.7, libtool
+Build-Depends: debhelper (>= 5.0.0), zlib1g (>= 1.2.1), zlib1g-dev (>= 1.2.1), libdynamite0 (>= 0.1), libdynamite-dev (>= 0.1), libunshield0 (>= 0.5), libunshield-dev (>= 0.5), librapi2 (>= 0.9.1), librapi2-dev (>= 0.9.1), libsynce0 (>= 0.9.1), libsynce0-dev (>= 0.9.1), autotools-dev, autoconf, automake1.7, libtool, libglib2.0-dev
Build-Conflicts: autoconf2.13, automake1.4
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
Package: orange
Section: utils
@@ -15,11 +15,9 @@
Orange is a tool and library for squeezing out juicy installable Microsoft
Cabinet Files from self-extracting installers for Microsoft Windows.
It currently supports the following kinds of installers:
- * Early support for installers created by Installer VISE. (Orange 0.3 or
- later)
- * Support for some installers created by Inno Setup. (Orange 0.2 or later)
- * Early support for the installer used by TomTom products. (Orange 0.2 or
- later)
+ * Early support for installers created by Installer VISE.
+ * Support for some installers created by Inno Setup.
+ * Early support for the installer used by TomTom products.
* InstallShield versions 5 and 6.
* Setup Factory versions 5 and 6.
* Some other installer (using a DLL called inflate.dll). This is used by
@@ -39,11 +37,9 @@
Orange is a tool and library for squeezing out juicy installable Microsoft
Cabinet Files from self-extracting installers for Microsoft Windows.
It currently supports the following kinds of installers:
- * Early support for installers created by Installer VISE. (Orange 0.3 or
- later)
- * Support for some installers created by Inno Setup. (Orange 0.2 or later)
- * Early support for the installer used by TomTom products. (Orange 0.2 or
- later)
+ * Early support for installers created by Installer VISE.
+ * Support for some installers created by Inno Setup.
+ * Early support for the installer used by TomTom products.
* InstallShield versions 5 and 6.
* Setup Factory versions 5 and 6.
* Some other installer (using a DLL called inflate.dll). This is used by
@@ -55,16 +51,14 @@
Package: liborange-dev
Section: libdevel
Architecture: any
-Depends: liborange0 (= ${Source-Version})
+Depends: liborange0 (= ${binary:Version})
Description: development libraries for liborange
Orange is a tool and library for squeezing out juicy installable Microsoft
Cabinet Files from self-extracting installers for Microsoft Windows.
It currently supports the following kinds of installers:
- * Early support for installers created by Installer VISE. (Orange 0.3 or
- later)
- * Support for some installers created by Inno Setup. (Orange 0.2 or later)
- * Early support for the installer used by TomTom products. (Orange 0.2 or
- later)
+ * Early support for installers created by Installer VISE.
+ * Support for some installers created by Inno Setup.
+ * Early support for the installer used by TomTom products.
* InstallShield versions 5 and 6.
* Setup Factory versions 5 and 6.
* Some other installer (using a DLL called inflate.dll). This is used by
diff -u orange-0.3/debian/rules orange-0.3/debian/rules
--- orange-0.3/debian/rules
+++ orange-0.3/debian/rules
@@ -51,8 +51,8 @@
rm -f build-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
- rm -f config.{guess,sub} configure aclocal.m4 ltmain.sh
+ [ ! -f Makefile ] || $(MAKE) distclean
+ rm -f config.guess config.sub configure aclocal.m4 ltmain.sh
dh_clean
@@ -78,22 +78,11 @@
dh_installdocs
dh_installexamples
dh_install --list-missing
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
-# dh_installinfo
dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
-# dh_perl
-# dh_python
dh_makeshlibs --version-info
dh_installdeb
dh_shlibdeps -L liborange0 -l debian/liborange0/usr/lib
diff -u orange-0.3/debian/changelog orange-0.3/debian/changelog
--- orange-0.3/debian/changelog
+++ orange-0.3/debian/changelog
@@ -1,3 +1,19 @@
+orange (0.3-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add libglib2.0-dev build-dep. (Closes: #465633).
+ * Remove version from package description. (Closes: #400257).
+ + Thanks to Michael Gilbert.
+ * {Source-Version} -> {binary:Version} in -dev package.
+ * Remove unneeded debhelper commands from rules.
+ * Fix minor bashism in rules.
+ * Make clean not ignore errors.
+ * debian/orange.1 - Fix whatis entry for description.
+ * Bump debhelper build-dep and compat to 5.
+ * Bump Standards Version to 3.7.3. (No changes needed).
+
+ -- Barry deFreese <[EMAIL PROTECTED]> Mon, 03 Mar 2008 23:35:03 -0500
+
orange (0.3-2) unstable; urgency=low
* Fixed dependency problem
diff -u orange-0.3/debian/compat orange-0.3/debian/compat
--- orange-0.3/debian/compat
+++ orange-0.3/debian/compat
@@ -1 +1 @@
-4
+5
diff -u orange-0.3/debian/orange.1 orange-0.3/debian/orange.1
--- orange-0.3/debian/orange.1
+++ orange-0.3/debian/orange.1
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH ORANGE "1" "July 2004" "orange 0.8.9" "User Commands"
.SH NAME
-orange \- manual page for orange 0.8.9
+orange \- extract CAB files from self-extracting installers
.SH DESCRIPTION
.IP
orange [\-d DIRECTORY] [\-D LEVEL] [\-h] [\-l] FILENAME