r1666 - in /unstable/gtkhtml3.14/debian: changelog rules source/ source/format

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Tue Jun 22 06:34:57 UTC 2010


Author: corsac
Date: Tue Jun 22 06:34:49 2010
New Revision: 1666

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1666
Log:
  - install some information on bug reporting.
  - don't hardcode $(SOVERSION) since we already calculate it.
  - correct DEB_INSTALL_{DOCS,CHANGELOG} for libgtkhtml3.14.
* Switch to 3.0 (quilt) format.

Added:
    unstable/gtkhtml3.14/debian/source/
    unstable/gtkhtml3.14/debian/source/format
Modified:
    unstable/gtkhtml3.14/debian/changelog
    unstable/gtkhtml3.14/debian/rules

Modified: unstable/gtkhtml3.14/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/gtkhtml3.14/debian/changelog?rev=1666&op=diff
==============================================================================
--- unstable/gtkhtml3.14/debian/changelog (original)
+++ unstable/gtkhtml3.14/debian/changelog Tue Jun 22 06:34:49 2010
@@ -2,15 +2,18 @@
 
   * New upstream release.
   * debian/rules:
-    - install some information on bug reporting
+    - install some information on bug reporting.
+    - don't hardcode $(SOVERSION) since we already calculate it.
+    - correct DEB_INSTALL_{DOCS,CHANGELOG} for libgtkhtml3.14.
   * debian/bug-presubj: warn user that she should report upstream issues
     directly to upstream bugzilla because of lack of time and manpower.
   * debian/control:
     - bump debhelper build-dep for dh_bugfiles.
   * debian/*shlibs:
     - bump dependencies to 2.30.2.
-
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 21 Jun 2010 07:35:02 +0200
+  * Switch to 3.0 (quilt) format.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 22 Jun 2010 08:32:04 +0200
 
 gtkhtml3.14 (3.30.1-2) unstable; urgency=low
 

Modified: unstable/gtkhtml3.14/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/gtkhtml3.14/debian/rules?rev=1666&op=diff
==============================================================================
--- unstable/gtkhtml3.14/debian/rules (original)
+++ unstable/gtkhtml3.14/debian/rules Tue Jun 22 06:34:49 2010
@@ -3,7 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE := gtkhtml
@@ -19,17 +18,17 @@
 DEB_DH_MAKESHLIBS_ARGS_gtkhtml$(API_VER) += --noscripts
 DEB_SHLIBDEPS_INCLUDE_libgtkhtml$(API_VER)-dev += $(CURDIR)/debian/libgtkhtml$(API_VER)-$(SOVERSION)/usr/lib
 DEB_DH_MAKESHLIBS_ARGS_libgtkhtml$(API_VER)-$(SOVERSION) += -V 'libgtkhtml$(API_VER)-$(SOVERSION) (>= $(DEB_UPSTREAM_VERSION))'
-DEB_INSTALL_DOCS_gtkhtml$(API_VER) += --no-act
-DEB_INSTALL_CHANGELOGS_gtkhtml$(API_VER) += --no-act
+DEB_INSTALL_DOCS_libgtkhtml$(API_VER)-$(SOVERSION) += --no-act
+DEB_INSTALL_CHANGELOGS_libgtkhtml$(API_VER)-$(SOVERSION) += --no-act
 DEB_INSTALL_DOCS_libgtkhtml$(API_VER)-dev += --no-act
 DEB_INSTALL_CHANGELOGS_libgtkhtml$(API_VER)-dev += --no-act
 
 binary-post-install/libgtkhtml$(API_VER)-dev::
 	dh_link -plibgtkhtml$(API_VER)-dev /usr/share/doc/libgtkhtml$(API_VER)-$(SOVERSION) /usr/share/doc/libgtkhtml$(API_VER)-dev
 
-binary-post-install/libgtkhtml$(API_VER)-19::
+binary-post-install/libgtkhtml$(API_VER)-$(SOVERSION)::
 	chrpath -d -k \
-	$(CURDIR)/debian/libgtkhtml$(API_VER)-19/usr/lib/libgtkhtml-$(API_VER).so.$(SOVERSION).$(AGE).$(REVISION)
+	$(CURDIR)/debian/libgtkhtml$(API_VER)-$(SOVERSION)/usr/lib/libgtkhtml-$(API_VER).so.$(SOVERSION).$(AGE).$(REVISION)
 
 binary-post-install/libgtkhtml-editor0::
 	chrpath -d -k $(CURDIR)/debian/libgtkhtml-editor0/usr/lib/libgtkhtml-editor.so.0.0.0 

Added: unstable/gtkhtml3.14/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/gtkhtml3.14/debian/source/format?rev=1666&op=file
==============================================================================
--- unstable/gtkhtml3.14/debian/source/format (added)
+++ unstable/gtkhtml3.14/debian/source/format Tue Jun 22 06:34:49 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-evolution-commits mailing list