[Bug 1401238] Re: bump to new 0.4.30 version

2015-11-15 Thread Logan Rosen
This bug was fixed in the package libzen - 0.4.32-1

---
libzen (0.4.32-1) unstable; urgency=medium

  * [1ff9bdc] Update debian/watch
  * [0fca616] Imported Upstream version 0.4.32
  * [a824eea] Drop patch, upstreamed

 -- Chow Loong Jin   Fri, 06 Nov 2015 16:16:26
+0800

libzen (0.4.31-4) unstable; urgency=medium

  * [57011db] Update Vcs-* fields (Closes: #796866)

 -- Chow Loong Jin   Tue, 25 Aug 2015 15:17:38
+0800

libzen (0.4.31-3) unstable; urgency=low

  * Reupload to unstable

 -- Chow Loong Jin   Fri, 21 Aug 2015 20:19:44
+0800

libzen (0.4.31-2) experimental; urgency=medium

  * [ddb5069] Perform library transition for GCC 5 rebuild (Closes: #791188)
  * [aa296c3] Update libzen0v5.symbols
std::basic_string has changed moved into a different namespace, changing the
symbols of all functions which have it in their signature. (Closes: #792495)
  * [5e4009d] Add Replaces and Conflicts

 -- Chow Loong Jin   Tue, 11 Aug 2015 12:16:56
+0800

libzen (0.4.31-1) experimental; urgency=medium

  * [374490a] Imported Upstream version 0.4.31
  * [045cf87] Drop zenlib-missed-cmake-files.patch.
Applied upstream
  * [2ae0146] Specify -B when using dh_auto_*
Debhelper's cmake subsystem prefers to use out-of-tree building, at
obj-${DEB_HOST_GNU_TYPE}, but this is an implementation detail we shouldn't
rely on. So, explicitly set the builddir instead so that we know where to
find the .pc file.
  * [1b2b7e9] Patch CMakeLists to use GNUInstallDirs.
This gives us automatic multiarch support.
  * [3e9fa36] Update libzen-dev.install to look for .pc in debian/tmp

 -- Chow Loong Jin   Thu, 16 Apr 2015 12:15:44
+0800

libzen (0.4.30-2) UNRELEASED; urgency=low

  * [4d65fb4] Use cmake
  * [8b3e390] Re-add missing cmake files in a patch.
Thanks to Ivan Romanov
  * [a6c4410] Mangle the cmake .pc, not the autofoo one

 -- Chow Loong Jin   Thu, 16 Apr 2015 12:09:44
+0800

libzen (0.4.30-1) experimental; urgency=medium

  * [0c54249] Update Vcs-* fields
libzen resides in pkg-multimedia now, not in collab-maint.
Thanks to Thomas Otto 
  * [58c8a65] Imported Upstream version 0.4.30
  * [283c9f8] Update symbols file
  * [3dfbf94] Install .pc file to multiarch directory
  * [c0f040e] No-change bump of Standard-Version to 3.9.6

 -- Chow Loong Jin   Sat, 22 Nov 2014 10:46:21
+0800

** Changed in: libzen (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1401238] Re: bump to new 0.4.30 version

2015-01-08 Thread Chow Loong Jin
On Thu, Jan 08, 2015 at 08:45:32AM -, Ivan Romanov wrote:
 Look at package in Fedora 
 http://pkgs.fedoraproject.org/cgit/libzen.git/tree/?id=de88f55ad00bef4c79595f69c8e71066cfc20eff
 You can use the same patch.

Hmm, could you forward it upstream if you haven't done so already?
Thanks.

-- 
Kind regards,
Loong Jin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1401238] Re: bump to new 0.4.30 version

2015-01-08 Thread Chow Loong Jin
On Thu, Jan 08, 2015 at 03:14:02PM +0800, Chow Loong Jin wrote:
 On Wed, Jan 07, 2015 at 08:08:15AM -, Ivan Romanov wrote:
  Was:
  libzen.so - libzen.so.0.0.0
  libzen.so.0 - libzen.so.0.0.0
  libzen.so.0.0.0
  
  Now:
  libzen.so - libzen.so.0
  libzen.so.0 - libzen.so.0.4.30
  libzen.so.0.4.30
 
 Oh, it actually did that? Hmm, let me give it another go.

Meh, missing files. I'm starting to think upstream didn't mean for the cmake
bits to be used with the tarball releases.

dh_auto_configure -DProject/CMake
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error: File /«PKGBUILDDIR»/Project/CMake/cmake_uninstall.cmake.in does not
exist.
CMake Error at CMakeLists.txt:139 (configure_file):
  configure_file Problem configuring file


CMake Error: File /«PKGBUILDDIR»/Project/CMake/libzen.pc.in does not exist.
CMake Error at CMakeLists.txt:146 (configure_file):
  configure_file Problem configuring file


CMake Error: File /«PKGBUILDDIR»/Project/CMake/ZenLibConfig.cmake.in does not
exist.
CMake Error at /usr/share/cmake-3.0/Modules/CMakePackageConfigHelpers.cmake:298 
(configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  CMakeLists.txt:155 (configure_package_config_file)


-- Configuring incomplete, errors occurred!
See also /«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log.

-- 
Kind regards,
Loong Jin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1401238] Re: bump to new 0.4.30 version

2015-01-08 Thread Ivan Romanov
Look at package in Fedora 
http://pkgs.fedoraproject.org/cgit/libzen.git/tree/?id=de88f55ad00bef4c79595f69c8e71066cfc20eff
You can use the same patch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401238] Re: bump to new 0.4.30 version

2015-01-08 Thread Ivan Romanov
It's upsteamed. ZenLib author just forgot to add new files to sources
tarball. But in really these files there are in git repository.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401238] Re: bump to new 0.4.30 version

2015-01-07 Thread Ivan Romanov
Was:
libzen.so - libzen.so.0.0.0
libzen.so.0 - libzen.so.0.0.0
libzen.so.0.0.0

Now:
libzen.so - libzen.so.0
libzen.so.0 - libzen.so.0.4.30
libzen.so.0.4.30

Do you want to see zeroes instead of actually version? Or missed
symbolic link with minor version (libzen.so.0.4 -  libzen.so.0.4.30)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1401238] Re: bump to new 0.4.30 version

2015-01-07 Thread Chow Loong Jin
On Wed, Jan 07, 2015 at 08:08:15AM -, Ivan Romanov wrote:
 Was:
 libzen.so - libzen.so.0.0.0
 libzen.so.0 - libzen.so.0.0.0
 libzen.so.0.0.0
 
 Now:
 libzen.so - libzen.so.0
 libzen.so.0 - libzen.so.0.4.30
 libzen.so.0.4.30

Oh, it actually did that? Hmm, let me give it another go.

-- 
Kind regards,
Loong Jin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1401238] Re: bump to new 0.4.30 version

2015-01-06 Thread Chow Loong Jin
On Sun, Dec 21, 2014 at 07:50:32PM -, Ivan Romanov wrote:
 I would say that it's very very strange ))).
 Thanks for explanations. I will do.

No, don't bother. I'm the Debian maintainer, and have seen this bug.

In fact, I saw this bug before making the zenlib update, but decided against
switching to the CMake build system because it doesn't handle the library
SOVERSIOn properly. The autotools build system looks very much better maintained
than the CMake build system so I will stick with that.

On the other hand, the missing .cmake file in the -dev package is a valid
concern, so I'll just work on getting that file installed.

-- 
Kind regards,
Loong Jin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1401238] Re: bump to new 0.4.30 version

2015-01-06 Thread Chow Loong Jin
On Wed, Jan 07, 2015 at 06:58:36AM -, Ivan Romanov wrote:
  it doesn't handle the library SOVERSIOn properly.
 How do it properly? I can fix if there are some issues.

Well, to begin with, you ought to end up with the following:

${libdir}/libzen.so - libzen.so.0
${libdir}/libzen.so.0 - libzen.so.0.0.0
${libdir}/libzen.so.0.0.0 (the actual library)

I believe the cmake build system only ends up with a SOVERSION-less libzen.so,
and a libzen.a.

Some cursory googling showed this:
http://www.cmake.org/cmake/help/v3.0/prop_tgt/SOVERSION.html

Perhaps that might help.

-- 
Kind regards,
Loong Jin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401238] Re: bump to new 0.4.30 version

2015-01-06 Thread Ivan Romanov
 it doesn't handle the library SOVERSIOn properly.
How do it properly? I can fix if there are some issues.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401238] Re: bump to new 0.4.30 version

2014-12-21 Thread Hans Joachim Desserud
Is there web-interface to send bugreport?
I'm sorry, I don't think there is one. 

It's a bit strange the first time, but it actually isn't that hard to submit 
bug reports to the Debian BTS. I think all it really requires is that you put 
the package name and version number where the bug occurs at the start of your 
email, like so
Package: libzen
Version: 0.4.30-1 

Then you can fill out the rest of the message with a description of the
issue, like normal bug reports. You may also add a severity and several
other headers as mentioned on [1] (though you may found this page
already :) ).

The reportbug tool is  mainly used as a helper which will fetch version
numbers and list installed dependencies on your system automatically,
but it too will generate an email message which you may then submit.

Hope this helps. Let me know if you need any more info. :)

[1] https://www.debian.org/Bugs/Reporting

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401238] Re: bump to new 0.4.30 version

2014-12-21 Thread Ivan Romanov
I would say that it's very very strange ))).
Thanks for explanations. I will do.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401238] Re: bump to new 0.4.30 version

2014-12-14 Thread Hans Joachim Desserud
I see that libzen 0.4.30 has been packaged for Debian experimental
(https://tracker.debian.org/pkg/libzen), but it doesn't seem to be using
cmake for building. You may want to discuss this with the Debian
maintainer.

** Tags added: patch upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1401238] Re: bump to new 0.4.30 version

2014-12-14 Thread Ivan Romanov
Is there web-interface to send bugreport? I nevere saw before that I
must use e-mail or special progrum to make bugreport.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401238

Title:
  bump to new 0.4.30 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libzen/+bug/1401238/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs