[Pkg-voip-commits] r6759 - in /qutecom/trunk/debian: changelog control rules

cavedon-guest at alioth.debian.org cavedon-guest at alioth.debian.org
Wed Feb 11 22:43:51 UTC 2009


Author: cavedon-guest
Date: Wed Feb 11 22:43:50 2009
New Revision: 6759

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6759
Log:
* Fix rules for correctly building binary package without building
  arch-independent package.
* Add Replaces field to qutecom-data to correct handle upgrades from
  previuos versions.

Modified:
    qutecom/trunk/debian/changelog
    qutecom/trunk/debian/control
    qutecom/trunk/debian/rules

Modified: qutecom/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/changelog?rev=6759&op=diff
==============================================================================
--- qutecom/trunk/debian/changelog (original)
+++ qutecom/trunk/debian/changelog Wed Feb 11 22:43:50 2009
@@ -1,9 +1,19 @@
+qutecom (2.2~rc3.dfsg1-4) experimental; urgency=low
+
+  * Fix rules for correctly building binary package without building
+    arch-independent package.
+  * Add Replaces field to qutecom-data to correct handle upgrades from
+    previuos versions.
+  * This upload still needs to go through NEW. Closes: #502151 
+
+ -- Ludovico Cavedon <ludovico.cavedon at gmail.com>  Wed, 11 Feb 2009 14:15:51 -0800
+
 qutecom (2.2~rc3.dfsg1-3) experimental; urgency=low
 
   * Leave README.Debian only in binary qutecom package.
   * Move manpage and icon into qutecom-data (and add lintian override for
     that).
-  * Fix type in copyright.
+  * Fix typo in copyright.
   * This upload still needs to go through NEW. Closes: #502151 
 
  -- Ludovico Cavedon <ludovico.cavedon at gmail.com>  Sun, 08 Feb 2009 23:38:45 -0800

Modified: qutecom/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/control?rev=6759&op=diff
==============================================================================
--- qutecom/trunk/debian/control (original)
+++ qutecom/trunk/debian/control Wed Feb 11 22:43:50 2009
@@ -36,6 +36,7 @@
 Package: qutecom-data
 Architecture: all
 Depends: qutecom (>= ${source:Version}), ${misc:Depends}
+Replaces: wengophone, qutecom (<< 2.2~rc3.dfsg1-3)
 Description: SIP-based software telephone with video and chat features (data files)
  QuteCom is a Voice-over-IP application based on standard protocols like SIP
  and RTP. It enables voice, video and text chat between two clients. Features

Modified: qutecom/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/rules?rev=6759&op=diff
==============================================================================
--- qutecom/trunk/debian/rules (original)
+++ qutecom/trunk/debian/rules Wed Feb 11 22:43:50 2009
@@ -33,7 +33,7 @@
 # Avoid postinst-has-useless-call-to-ldconfig and pkg-has-shlibs-control-file-but-no-actual-shared-libs
 DEB_DH_MAKESHLIBS_ARGS_qutecom := -Xsfp
 
-install/qutecom-data::
+common-install-impl::
 	mkdir -p $(DEB_DESTDIR)-data/usr
 	mv $(DEB_DESTDIR)/usr/share $(DEB_DESTDIR)-data/usr
 




More information about the Pkg-voip-commits mailing list