r22681 - in /desktop/unstable/anjuta/debian: anjuta-dev.install anjuta.install changelog control control.in libanjuta-dev.install libanjuta0.install rules

lethalman-guest at users.alioth.debian.org lethalman-guest at users.alioth.debian.org
Wed Dec 23 11:22:19 UTC 2009


Author: lethalman-guest
Date: Wed Dec 23 11:22:19 2009
New Revision: 22681

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22681
Log:
* Split into anjuta, libanjuta0 and libanjuta-dev.
  - Move /usr/share/gtk-doc from anjuta-common.install to
    libanjuta-dev.install.
  - Make dh_makeshlibs for anjuta --no-act.

Added:
    desktop/unstable/anjuta/debian/libanjuta-dev.install
      - copied, changed from r22612, desktop/unstable/anjuta/debian/anjuta-dev.install
    desktop/unstable/anjuta/debian/libanjuta0.install
Removed:
    desktop/unstable/anjuta/debian/anjuta-dev.install
Modified:
    desktop/unstable/anjuta/debian/anjuta.install
    desktop/unstable/anjuta/debian/changelog
    desktop/unstable/anjuta/debian/control
    desktop/unstable/anjuta/debian/control.in
    desktop/unstable/anjuta/debian/rules

Modified: desktop/unstable/anjuta/debian/anjuta.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/anjuta.install?rev=22681&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/anjuta.install [utf-8] (original)
+++ desktop/unstable/anjuta/debian/anjuta.install [utf-8] Wed Dec 23 11:22:19 2009
@@ -4,7 +4,5 @@
 debian/tmp/usr/bin
 debian/tmp/usr/lib/anjuta/*.plugin
 debian/tmp/usr/lib/anjuta/*.so
-debian/tmp/usr/lib/*.so.*
 debian/tmp/usr/share/applications
 debian/tmp/usr/lib/glade3/modules/*.so
-debian/tmp/usr/lib/*.so

Modified: desktop/unstable/anjuta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/changelog?rev=22681&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog [utf-8] (original)
+++ desktop/unstable/anjuta/debian/changelog [utf-8] Wed Dec 23 11:22:19 2009
@@ -1,3 +1,12 @@
+anjuta (2:2.28.1.0-2) UNRELEASED; urgency=low
+
+  * Split into anjuta, libanjuta0 and libanjuta-dev.
+    - Move /usr/share/gtk-doc from anjuta-common.install to
+      libanjuta-dev.install.
+    - Make dh_makeshlibs for anjuta --no-act.
+
+ -- Luca Bruno <lethalman88 at gmail.com>  Tue, 22 Dec 2009 22:39:07 +0100
+
 anjuta (2:2.28.1.0-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/unstable/anjuta/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/control?rev=22681&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/control [utf-8] (original)
+++ desktop/unstable/anjuta/debian/control [utf-8] Wed Dec 23 11:22:19 2009
@@ -1,3 +1,8 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: anjuta
 Section: gnome
 Priority: optional
@@ -80,15 +85,33 @@
  .
  This package provides the required data files for Anjuta.
 
-Package: anjuta-dev
+Package: libanjuta0
 Architecture: any
-Section: devel
-Depends: anjuta (= ${binary:Version}),
+Section: libs
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         anjuta-common
+Conflicts: anjuta (<< 2:2.28.1.0-2)
+Replaces: anjuta (<< 2:2.28.1.0-2)
+Description: A GNOME development IDE, for C/C++ - development files
+ This IDE for C/C++ and GNOME/Gtk+ applications has features that enable easy
+ debugging and management of code. It also integrates with glade and CVS.
+ .
+ This package provides the architecture-dependent files for Anjuta and plugins.
+
+Package: libanjuta-dev
+Architecture: any
+Section: libdevel
+Depends: libanjuta0 (= ${binary:Version}),
          ${misc:Depends},
          libgconf2-dev,
          libgtk2.0-dev
-Conflicts: anjuta (<= 2.0.0)
-Replaces: anjuta (<= 2.0.0)
+Conflicts: anjuta (<= 2.0.0),
+           anjuta-common (<< 2:2.28.1.0-2),
+           anjuta-dev
+Replaces: anjuta (<= 2.0.0),
+          anjuta-common (<< 2:2.28.1.0-2),
+          anjuta-dev
 Description: A GNOME development IDE, for C/C++ - development files
  This IDE for C/C++ and GNOME/Gtk+ applications has features that enable easy
  debugging and management of code. It also integrates with glade and CVS.

Modified: desktop/unstable/anjuta/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/control.in?rev=22681&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/control.in [utf-8] (original)
+++ desktop/unstable/anjuta/debian/control.in [utf-8] Wed Dec 23 11:22:19 2009
@@ -80,15 +80,33 @@
  .
  This package provides the required data files for Anjuta.
 
-Package: anjuta-dev
+Package: libanjuta0
 Architecture: any
-Section: devel
-Depends: anjuta (= ${binary:Version}),
+Section: libs
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         anjuta-common
+Conflicts: anjuta (<< 2:2.28.1.0-2)
+Replaces: anjuta (<< 2:2.28.1.0-2)
+Description: A GNOME development IDE, for C/C++ - development files
+ This IDE for C/C++ and GNOME/Gtk+ applications has features that enable easy
+ debugging and management of code. It also integrates with glade and CVS.
+ .
+ This package provides the architecture-dependent files for Anjuta and plugins.
+
+Package: libanjuta-dev
+Architecture: any
+Section: libdevel
+Depends: libanjuta0 (= ${binary:Version}),
          ${misc:Depends},
          libgconf2-dev,
          libgtk2.0-dev
-Conflicts: anjuta (<= 2.0.0)
-Replaces: anjuta (<= 2.0.0)
+Conflicts: anjuta (<= 2.0.0),
+           anjuta-common (<< 2:2.28.1.0-2),
+           anjuta-dev
+Replaces: anjuta (<= 2.0.0),
+          anjuta-common (<< 2:2.28.1.0-2),
+          anjuta-dev
 Description: A GNOME development IDE, for C/C++ - development files
  This IDE for C/C++ and GNOME/Gtk+ applications has features that enable easy
  debugging and management of code. It also integrates with glade and CVS.

Copied: desktop/unstable/anjuta/debian/libanjuta-dev.install (from r22612, desktop/unstable/anjuta/debian/anjuta-dev.install)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/libanjuta-dev.install?rev=22681&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/anjuta-dev.install [utf-8] (original)
+++ desktop/unstable/anjuta/debian/libanjuta-dev.install [utf-8] Wed Dec 23 11:22:19 2009
@@ -1,2 +1,4 @@
 debian/tmp/usr/include
 debian/tmp/usr/lib/pkgconfig
+debian/tmp/usr/lib/*.so
+debian/tmp/usr/share/gtk-doc

Added: desktop/unstable/anjuta/debian/libanjuta0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/libanjuta0.install?rev=22681&op=file
==============================================================================
--- desktop/unstable/anjuta/debian/libanjuta0.install (added)
+++ desktop/unstable/anjuta/debian/libanjuta0.install [utf-8] Wed Dec 23 11:22:19 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/*.so.*

Modified: desktop/unstable/anjuta/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/rules?rev=22681&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/rules [utf-8] (original)
+++ desktop/unstable/anjuta/debian/rules [utf-8] Wed Dec 23 11:22:19 2009
@@ -14,7 +14,7 @@
 
 DEB_DH_INSTALLMIME_ARGS += mime/anjuta.xml
 
-DEB_DH_MAKESHLIBS_ARGS_anjuta += -Xusr/lib/anjuta/
+DEB_DH_MAKESHLIBS_ARGS_anjuta += --no-act
 
 install/anjuta::
 	rm -f debian/tmp/usr/share/doc/anjuta/INSTALL




More information about the pkg-gnome-commits mailing list