Your message dated Wed, 15 Aug 2007 01:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#389916: fixed in ocfs2-tools 1.2.2-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ocfs2-tools
Version: 1.2.1-1.1
Severity: normal
Tags: patch
Hi,
Attached is the diff for my ocfs2-tools 1.2.1-1.2 NMU.
diff -Nru /tmp/q7Gs3PSadt/ocfs2-tools-1.2.1/debian/changelog
/tmp/VDFxoJXh6c/ocfs2-tools-1.2.1/debian/changelog
--- /tmp/q7Gs3PSadt/ocfs2-tools-1.2.1/debian/changelog 2006-09-28
13:26:55.000000000 +0200
+++ /tmp/VDFxoJXh6c/ocfs2-tools-1.2.1/debian/changelog 2006-09-28
13:26:55.000000000 +0200
@@ -1,3 +1,11 @@
+ocfs2-tools (1.2.1-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Move dh_installdeb to after dh_pysupport, to make sure
+ update-python-modules is indeed called in postinst. (Closes: #388529)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]> Thu, 28 Sep 2006 13:19:03 +0200
+
ocfs2-tools (1.2.1-1.1) unstable; urgency=low
* Non-maintainer upload.
diff -Nru /tmp/q7Gs3PSadt/ocfs2-tools-1.2.1/debian/rules
/tmp/VDFxoJXh6c/ocfs2-tools-1.2.1/debian/rules
--- /tmp/q7Gs3PSadt/ocfs2-tools-1.2.1/debian/rules 2006-09-28
13:26:55.000000000 +0200
+++ /tmp/VDFxoJXh6c/ocfs2-tools-1.2.1/debian/rules 2006-09-28
13:26:55.000000000 +0200
@@ -77,10 +77,10 @@
dh_compress
dh_installdebconf
dh_fixperms
- dh_installdeb
dh_makeshlibs
dh_shlibdeps
dh_pysupport
+ dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
diff -Nru /tmp/q7Gs3PSadt/ocfs2-tools-1.2.1/ocfs2console/blkid/blkid_types.h
/tmp/VDFxoJXh6c/ocfs2-tools-1.2.1/ocfs2console/blkid/blkid_types.h
--- /tmp/q7Gs3PSadt/ocfs2-tools-1.2.1/ocfs2console/blkid/blkid_types.h
1970-01-01 01:00:00.000000000 +0100
+++ /tmp/VDFxoJXh6c/ocfs2-tools-1.2.1/ocfs2console/blkid/blkid_types.h
2006-09-28 13:26:55.000000000 +0200
@@ -0,0 +1,61 @@
+/*
+ * If linux/types.h is already been included, assume it has defined
+ * everything we need. (cross fingers) Other header files may have
+ * also defined the types that we need.
+ */
+#if (!defined(_LINUX_TYPES_H) && !defined(_BLKID_TYPES_H) && \
+ !defined(_EXT2_TYPES_H))
+#define _BLKID_TYPES_H
+
+typedef unsigned char __u8;
+typedef signed char __s8;
+
+#if (4 == 8)
+typedef int __s64;
+typedef unsigned int __u64;
+#else
+#if (4 == 8)
+typedef long __s64;
+typedef unsigned long __u64;
+#else
+#if (8 == 8)
+#if defined(__GNUC__)
+typedef __signed__ long long __s64;
+#else
+typedef signed long long __s64;
+#endif /* __GNUC__ */
+typedef unsigned long long __u64;
+#endif /* SIZEOF_LONG_LONG == 8 */
+#endif /* SIZEOF_LONG == 8 */
+#endif /* SIZEOF_INT == 8 */
+
+#if (4 == 2)
+typedef int __s16;
+typedef unsigned int __u16;
+#else
+#if (2 == 2)
+typedef short __s16;
+typedef unsigned short __u16;
+#else
+ ?==error: undefined 16 bit type
+#endif /* SIZEOF_SHORT == 2 */
+#endif /* SIZEOF_INT == 2 */
+
+#if (4 == 4)
+typedef int __s32;
+typedef unsigned int __u32;
+#else
+#if (4 == 4)
+typedef long __s32;
+typedef unsigned long __u32;
+#else
+#if (2 == 4)
+typedef short __s32;
+typedef unsigned short __u32;
+#else
+ ?== error: undefined 32 bit type
+#endif /* SIZEOF_SHORT == 4 */
+#endif /* SIZEOF_LONG == 4 */
+#endif /* SIZEOF_INT == 4 */
+
+#endif /* _*_TYPES_H */
--- End Message ---
--- Begin Message ---
Source: ocfs2-tools
Source-Version: 1.2.2-1
We believe that the bug you reported is fixed in the latest version of
ocfs2-tools, which is due to be installed in the Debian FTP archive:
ocfs2-tools_1.2.2-1.diff.gz
to pool/main/o/ocfs2-tools/ocfs2-tools_1.2.2-1.diff.gz
ocfs2-tools_1.2.2-1.dsc
to pool/main/o/ocfs2-tools/ocfs2-tools_1.2.2-1.dsc
ocfs2-tools_1.2.2-1_i386.deb
to pool/main/o/ocfs2-tools/ocfs2-tools_1.2.2-1_i386.deb
ocfs2-tools_1.2.2.orig.tar.gz
to pool/main/o/ocfs2-tools/ocfs2-tools_1.2.2.orig.tar.gz
ocfs2console_1.2.2-1_i386.deb
to pool/main/o/ocfs2-tools/ocfs2console_1.2.2-1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
David MartÃnez Moreno <[EMAIL PROTECTED]> (supplier of updated ocfs2-tools
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 15 Aug 2007 02:46:28 +0200
Source: ocfs2-tools
Binary: ocfs2console ocfs2-tools
Architecture: source i386
Version: 1.2.2-1
Distribution: unstable
Urgency: low
Maintainer: David MartÃnez Moreno <[EMAIL PROTECTED]>
Changed-By: David MartÃnez Moreno <[EMAIL PROTECTED]>
Description:
ocfs2-tools - tools for managing OCFS2 cluster filesystems
ocfs2console - tools for managing OCFS2 cluster filesystems (graphical
interface
Closes: 380879 389916 405353 436863
Changes:
ocfs2-tools (1.2.2-1) unstable; urgency=low
.
* New upstream release. This version was released Oct 20th, 2006. Main
changes are:
- tunefs.ocfs2: Volumes can be resized offline.
- debugfs.ocfs2: Commands bmap, findpath, ncheck and decode added.
- Fixed bug in o2cb_ctl when adding nodes (closes: #405353).
- Fixed lots of bugs.
* Removed ocfs2console/blkid/blkid_types.h, that slipped in 1.2.1-1.2.
* Acknowledged NMUs (closes: #380879, #389916).
* Added Dutch translation (thanks, cobaco). Closes: #436863.
* Merged 01-manpages-typos and some parts of 02-init-typos patches upstream.
* debian/rules: Changed dh_install to --list-missing in order to ignore
temporally the now installed headers.
* debian/control: Replaced Source-Version with binary:Version.
Files:
22f205924d8b729d90f72748b2bcbe94 793 admin optional ocfs2-tools_1.2.2-1.dsc
cf5bbd6de2fc5352ab68bb0e231923b6 458413 admin optional
ocfs2-tools_1.2.2.orig.tar.gz
87f6b837d6f56b3788817355f31fbefa 13181 admin optional
ocfs2-tools_1.2.2-1.diff.gz
06d2bafccd677db156be3f54d0a12a47 355542 admin optional
ocfs2-tools_1.2.2-1_i386.deb
77b14bbeee065ae9d3e3107fcae21e20 78116 admin optional
ocfs2console_1.2.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGwk0XWs/EhA1iABsRAuAaAJ9H9xEu8Qb+Zca4R7L0u8FFz2O7mwCfT3JF
mHWsM2fXwj+ymlBnKZXUTf0=
=mqXc
-----END PGP SIGNATURE-----
--- End Message ---