r38621 - in /packages/libgtkdatabox/trunk/debian: changelog compat control rules source/ source/format
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Fri Jul 1 20:26:56 UTC 2011
Author: tille
Date: Fri Jul 1 20:26:55 2011
New Revision: 38621
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38621
Log:
Remove useles *.la file, general packaging polishing
Added:
packages/libgtkdatabox/trunk/debian/source/
packages/libgtkdatabox/trunk/debian/source/format
Modified:
packages/libgtkdatabox/trunk/debian/changelog
packages/libgtkdatabox/trunk/debian/compat
packages/libgtkdatabox/trunk/debian/control
packages/libgtkdatabox/trunk/debian/rules
Modified: packages/libgtkdatabox/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/trunk/debian/changelog?rev=38621&op=diff
==============================================================================
--- packages/libgtkdatabox/trunk/debian/changelog (original)
+++ packages/libgtkdatabox/trunk/debian/changelog Fri Jul 1 20:26:55 2011
@@ -1,3 +1,16 @@
+libgtkdatabox (1:0.9.1.1-4) unstable; urgency=low
+
+ [Luk Claes]
+ * Don't ship .la files (Closes: #621640).
+
+ [Andreas Tille]
+ * Standards-Version: 3.9.2 (no changes needed)
+ * Debhelper 8 (control + compat)
+ * debian/source/format: 3.0 (quilt)
+ * debian/control: Short descriptions without leading article
+
+ -- Andreas Tille <tille at debian.org> Fri, 01 Jul 2011 21:54:11 +0200
+
libgtkdatabox (1:0.9.1.1-3.2) unstable; urgency=medium
* Non-maintainer upload.
Modified: packages/libgtkdatabox/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/trunk/debian/compat?rev=38621&op=diff
==============================================================================
--- packages/libgtkdatabox/trunk/debian/compat (original)
+++ packages/libgtkdatabox/trunk/debian/compat Fri Jul 1 20:26:55 2011
@@ -1,1 +1,1 @@
-7
+8
Modified: packages/libgtkdatabox/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/trunk/debian/control?rev=38621&op=diff
==============================================================================
--- packages/libgtkdatabox/trunk/debian/control (original)
+++ packages/libgtkdatabox/trunk/debian/control Fri Jul 1 20:26:55 2011
@@ -5,10 +5,10 @@
DM-Upload-Allowed: yes
Uploaders: Ramakrishnan Muthukrishnan <rkrishnan at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, autotools-dev, d-shlibs (>= 0.40),
+Build-Depends: debhelper (>= 8), cdbs, autotools-dev, d-shlibs (>= 0.40),
libgtk2.0-dev (>= 2.12.2), libcairo2-dev, libpango1.0-dev, gtk-doc-tools,
libglade2-dev, libgladeui-1-dev, quilt
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libgtkdatabox/trunk/
Homepage: http://sourceforge.net/projects/gtkdatabox
@@ -20,7 +20,7 @@
Conflicts: libgtkdatabox-dev
Depends: ${shlibs:Depends}, ${misc:Depends}, libgtkdatabox-0.9.1-1 (= ${binary:Version}),
libgtk2.0-dev
-Description: A Gtk+ library to display large amounts of numerical data
+Description: Gtk+ library to display large amounts of numerical data
One or more data sets of thousands of data points (X and Y coordinate) may be
displayed and updated in split seconds. The widget is therfore used in many
scientific and private projects that need to show quickly changing data live.
@@ -42,7 +42,7 @@
Architecture: any
Replaces: libgtkdatabox
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A Gtk+ library to display large amounts of numerical data
+Description: Gtk+ library to display large amounts of numerical data
One or more data sets of thousands of data points (X and Y coordinate) may be
displayed and updated in split seconds. The widget is therfore used in many
scientific and private projects that need to show quickly changing data live.
@@ -63,7 +63,7 @@
Provides: libgtkdatabox-glade
Conflicts: libgtkdatabox-glade, libgtkdatabox-0.9.0-1-glade
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A Gtk+ library to display large amounts of numerical data
+Description: Gtk+ library to display large amounts of numerical data
One or more data sets of thousands of data points (X and Y coordinate) may be
displayed and updated in split seconds. The widget is therfore used in many
scientific and private projects that need to show quickly changing data live.
@@ -86,7 +86,7 @@
Provides: libgtkdatabox-libglade
Conflicts: libgtkdatabox-libglade, libgtkdatabox-0.9.0-1-libglade
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A Gtk+ library to display large amounts of numerical data
+Description: Gtk+ library to display large amounts of numerical data
One or more data sets of thousands of data points (X and Y coordinate) may be
displayed and updated in split seconds. The widget is therfore used in many
scientific and private projects that need to show quickly changing data live.
Modified: packages/libgtkdatabox/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/trunk/debian/rules?rev=38621&op=diff
==============================================================================
--- packages/libgtkdatabox/trunk/debian/rules (original)
+++ packages/libgtkdatabox/trunk/debian/rules Fri Jul 1 20:26:55 2011
@@ -35,6 +35,7 @@
--movedev "debian/tmp/usr/lib/pkgconfig" usr/share \
--movedev "debian/tmp/usr/share/gtk-doc/html/gtkdatabox/*" usr/share/doc/libgtkdatabox-0.9.1-1-dev/html \
debian/tmp/usr/lib/$(pkg).so
+ rm `find debian -name '*.la'`
get-orig-source:
uscan
Added: packages/libgtkdatabox/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/libgtkdatabox/trunk/debian/source/format?rev=38621&op=file
==============================================================================
--- packages/libgtkdatabox/trunk/debian/source/format (added)
+++ packages/libgtkdatabox/trunk/debian/source/format Fri Jul 1 20:26:55 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the debian-science-commits
mailing list