r13109 - in /desktop/unstable/gtkmm2.4/debian: control rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sun Oct 14 05:50:06 UTC 2007


Author: manphiz-guest
Date: Sun Oct 14 05:50:06 2007
New Revision: 13109

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13109
Log:
Reinstate control file, as it's required. My bad. And let rules auto update control from control.in.

Added:
    desktop/unstable/gtkmm2.4/debian/control
Modified:
    desktop/unstable/gtkmm2.4/debian/rules

Added: desktop/unstable/gtkmm2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/control?rev=13109&op=file
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/control (added)
+++ desktop/unstable/gtkmm2.4/debian/control Sun Oct 14 05:50:06 2007
@@ -1,0 +1,84 @@
+Source: gtkmm2.4
+Section: libs
+Priority: optional
+Maintainer: Deng Xiyue <manphiz-guest at users.alioth.debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs,
+               debhelper (>= 5),
+               doc-base,
+               gnome-pkg-tools (>= 0.11),
+               libgtk2.0-dev (>= 2.12.0),
+               libglibmm-2.4-dev (>= 2.14.1),
+               libatk1.0-dev (>= 1.9.0),
+               libcairomm-1.0-dev (>= 1.1.12)
+Standards-Version: 3.7.2
+
+Package: libgtkmm-2.4-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+         libgtkmm-2.4-1c2a (= ${binary:Version}),
+         libgtk2.0-dev (>= 2.12.0),
+         libglibmm-2.4-dev (>= 2.14.1),
+         libatk1.0-dev (>= 1.9.0),
+         libcairomm-1.0-dev (>= 1.1.12)
+Description: C++ wrappers for GTK+ 2.4 (development files)
+ Gtkmm is a C++ interface for the popular GUI library gtk+.
+ Gtkmm provides a convenient interface for C++ programmers to create
+ graphical user interfaces with Gtk's flexible OO framework. Highlights
+ include type safe callbacks, widgets extensible using inheritance and
+ over 180 classes that can be freely combined to quickly create complex
+ user interfaces.
+ .
+ This package contains development files and examples.
+
+Package: libgtkmm-2.4-1c2a
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Conflicts: libgtkmm-2.4-1, libgtkmm-2.4-1c2
+Replaces: libgtkmm-2.4-1, libgtkmm-2.4-1c2
+Description: C++ wrappers for GTK+ 2.4 (shared libraries)
+ Gtkmm is a C++ interface for the popular GUI library gtk+.
+ Gtkmm provides a convenient interface for C++ programmers to create
+ graphical user interfaces with Gtk's flexible OO framework. Highlights
+ include type safe callbacks, widgets extensible using inheritance and
+ over 180 classes that can be freely combined to quickly create complex
+ user interfaces.
+ .
+ This package contains shared libraries.
+
+#Package: libgtkmm-2.4-1c2a-dbg
+#Section: libs
+#Architecture: any
+#Depends: ${misc:Depends},
+#         libgtkmm-2.4-1c2a (= ${binary:Version})
+#Conflicts: libgtkmm-2.4-1, libgtkmm-2.4-1c2
+#Replaces: libgtkmm-2.4-1, libgtkmm-2.4-1c2
+#Description: C++ wrappers for GTK+ 2.4 (debug symbols)
+# Gtkmm is a C++ interface for the popular GUI library gtk+.
+# Gtkmm provides a convenient interface for C++ programmers to create
+# graphical user interfaces with Gtk's flexible OO framework. Highlights
+# include type safe callbacks, widgets extensible using inheritance and
+# over 180 classes that can be freely combined to quickly create complex
+# user interfaces.
+# .
+# This package contains debug symbols for debugging applications using gtkmm.
+
+Package: libgtkmm-2.4-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         lynx | www-browser,
+         doc-base
+Suggests: libgtkmm-2.4-dev, libglibmm-2.4-doc
+Description: C++ wrappers for GTK+ 2.4 (documentation)
+ Gtkmm is a C++ interface for the popular GUI library gtk+.
+ Gtkmm provides a convenient interface for C++ programmers to create
+ graphical user interfaces with Gtk's flexible OO framework. Highlights
+ include type safe callbacks, widgets extensible using inheritance and
+ over 180 classes that can be freely combined to quickly create complex
+ user interfaces.
+ .
+ This package contains tutorial, FAQ, and reference documentation.

Modified: desktop/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/rules?rev=13109&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Sun Oct 14 05:50:06 2007
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+
+DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk




More information about the pkg-gnome-commits mailing list