[SCM] Extract bibliographic references from various sources branch, debian, updated. debian/1.4.8-1

Filippo Rusconi (Debian Maintainer) lopippo at debian.org
Thu Jun 7 20:21:51 UTC 2012


The following commit has been merged in the debian branch:
commit 2c2d72cf113fa301ea9f9bb8edd6860521891881
Author: Filippo Rusconi (Debian Maintainer) <lopippo at debian.org>
Date:   Wed Jun 6 22:14:09 2012 +0200

    Remove old patches and set new debian package version 1.4.8-1.

diff --git a/debian/changelog b/debian/changelog
index 105026d..a6532ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cb2bib (1.4.8-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Filippo Rusconi <lopippo at debian.org>  Wed, 06 Jun 2012 22:11:25 +0200
+
 cb2bib (1.4.7-2) unstable; urgency=low
 
   * Add debian/upstream to document a reference to a paper describing this
diff --git a/debian/patches/fix-ftbfs-with-gcc-4.7 b/debian/patches/fix-ftbfs-with-gcc-4.7
deleted file mode 100644
index 50e4118..0000000
--- a/debian/patches/fix-ftbfs-with-gcc-4.7
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes.
-Author: Cyril Brulebois <kibi at debian.org>
-Bug-Debian: http://bugs.debian.org/667129
-
---- cb2bib-1.4.7.orig/src/c2bCoreCiter.cpp
-+++ cb2bib-1.4.7/src/c2bCoreCiter.cpp
-@@ -21,6 +21,8 @@
- // fifo to lyx
- #include <fcntl.h>
- 
-+#include <unistd.h>
-+
- 
- c2bCoreCiter::c2bCoreCiter(QWidget* parentw) : QObject(parentw)
- {
---- cb2bib-1.4.7.orig/src/qtsingleapplication/src/qtlocalpeer.cpp
-+++ cb2bib-1.4.7/src/qtsingleapplication/src/qtlocalpeer.cpp
-@@ -57,6 +57,7 @@ static PProcessIdToSessionId pProcessIdT
- #endif
- #if defined(Q_OS_UNIX)
- #include <time.h>
-+#include <unistd.h>
- #endif
- 
- namespace QtLP_Private {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a25c2a1..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-ftbfs-with-gcc-4.7

-- 
Extract bibliographic references from various sources



More information about the debian-science-commits mailing list