[SCM] templates for different package types branch, master, updated. 3e9d7e973af9d7163ffd444f72e27a4ef5523d12

Miriam Ruiz miriam at debian.org
Sat May 9 18:07:11 UTC 2009


The following commit has been merged in the master branch:
commit 3e9d7e973af9d7163ffd444f72e27a4ef5523d12
Author: Miriam Ruiz <miriam at debian.org>
Date:   Sat May 9 20:13:08 2009 +0200

    Updated models
    *-dbg packages now go to Section debug
    Upgraded Standards-Version to 0.8.1

diff --git a/model/autotools-lib/control b/model/autotools-lib/control
index 9d74db2..1f92c3d 100644
--- a/model/autotools-lib/control
+++ b/model/autotools-lib/control
@@ -3,7 +3,7 @@ Section: unknown
 Priority: extra
 Maintainer: %DEBNAME% <%DEBEMAIL%>
 Build-Depends: debhelper (>= 7), dh-buildinfo, autotools-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: URL://HOMEPAGE
 
 Package: lib%PACKAGE%-dev
@@ -24,7 +24,7 @@ Description: %SHORT%
  %LONG%
 
 Package: lib%PACKAGE%%MAJOR%-dbg
-Section: libs
+Section: debug
 Architecture: any
 Depends: lib%PACKAGE%%MAJOR% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: %SHORT% - debug
diff --git a/model/autotools/control b/model/autotools/control
index f10f87a..39b0e16 100644
--- a/model/autotools/control
+++ b/model/autotools/control
@@ -3,7 +3,7 @@ Section: unknown
 Priority: extra
 Maintainer: %DEBNAME% <%DEBEMAIL%>
 Build-Depends: debhelper (>= 7), dh-buildinfo, autotools-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: URL://HOMEPAGE
 
 Package: %PACKAGE%
@@ -14,6 +14,7 @@ Description: %SHORT%
  %LONG%
 
 Package: %PACKAGE%-dbg
+Section: debug
 Architecture: any
 Depends: %PACKAGE% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: %SHORT% - debug
diff --git a/model/c-lib/control b/model/c-lib/control
index 9d74db2..1f92c3d 100644
--- a/model/c-lib/control
+++ b/model/c-lib/control
@@ -3,7 +3,7 @@ Section: unknown
 Priority: extra
 Maintainer: %DEBNAME% <%DEBEMAIL%>
 Build-Depends: debhelper (>= 7), dh-buildinfo, autotools-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: URL://HOMEPAGE
 
 Package: lib%PACKAGE%-dev
@@ -24,7 +24,7 @@ Description: %SHORT%
  %LONG%
 
 Package: lib%PACKAGE%%MAJOR%-dbg
-Section: libs
+Section: debug
 Architecture: any
 Depends: lib%PACKAGE%%MAJOR% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: %SHORT% - debug
diff --git a/model/cmake-lib/control b/model/cmake-lib/control
index e90edca..3aa7530 100644
--- a/model/cmake-lib/control
+++ b/model/cmake-lib/control
@@ -3,7 +3,7 @@ Section: unknown
 Priority: extra
 Maintainer: %DEBNAME% <%DEBEMAIL%>
 Build-Depends: debhelper (>= 7), cmake, dh-buildinfo
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: URL://HOMEPAGE
 
 Package: lib%PACKAGE%-dev
@@ -24,7 +24,7 @@ Description: %SHORT%
  %LONG%
 
 Package: lib%PACKAGE%%MAJOR%-dbg
-Section: libs
+Section: debug
 Architecture: any
 Depends: lib%PACKAGE%%MAJOR% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: %SHORT% - debug
diff --git a/model/cmake/control b/model/cmake/control
index d6acd00..89205df 100644
--- a/model/cmake/control
+++ b/model/cmake/control
@@ -3,7 +3,7 @@ Section: unknown
 Priority: extra
 Maintainer: %DEBNAME% <%DEBEMAIL%>
 Build-Depends: debhelper (>= 7), cmake, dh-buildinfo
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: URL://HOMEPAGE
 
 Package: %PACKAGE%
@@ -14,6 +14,7 @@ Description: %SHORT%
  %LONG%
 
 Package: %PACKAGE%-dbg
+Section: debug
 Architecture: any
 Depends: %PACKAGE% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: %SHORT% - debug
diff --git a/model/makefile/control b/model/makefile/control
index df1e3b8..bd39e45 100644
--- a/model/makefile/control
+++ b/model/makefile/control
@@ -3,7 +3,7 @@ Section: unknown
 Priority: extra
 Maintainer: %DEBNAME% <%DEBEMAIL%>
 Build-Depends: debhelper (>= 7), dh-buildinfo
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: URL://HOMEPAGE
 
 Package: %PACKAGE%
@@ -14,6 +14,7 @@ Description: %SHORT%
  %LONG%
 
 Package: %PACKAGE%-dbg
+Section: debug
 Architecture: any
 Depends: %PACKAGE% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: %SHORT% - debug
diff --git a/model/pymodule/control b/model/pymodule/control
index 9237c6c..e2553a2 100644
--- a/model/pymodule/control
+++ b/model/pymodule/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: %DEBNAME% <%DEBEMAIL%>
 Build-Depends: debhelper (>= 7), dh-buildinfo, \
  python-all-dev, python-support, python-setuptools
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: URL://HOMEPAGE
 
 Package: python-%PACKAGE%
@@ -17,6 +17,7 @@ Description: %SHORT%
 
 
 Package: python-%PACKAGE%-dbg
+Section: debug
 Architecture: any
 Depends: python-%PACKAGE% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: %SHORT% - debug
diff --git a/model/python/control b/model/python/control
index 73a1177..a6ba583 100644
--- a/model/python/control
+++ b/model/python/control
@@ -3,7 +3,7 @@ Section: unknown
 Priority: extra
 Maintainer: %DEBNAME% <%DEBEMAIL%>
 Build-Depends: debhelper (>= 7), dh-buildinfo
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: URL://HOMEPAGE
 
 Package: %PACKAGE%
diff --git a/model/scons/control b/model/scons/control
index 740a358..acd8661 100644
--- a/model/scons/control
+++ b/model/scons/control
@@ -3,7 +3,7 @@ Section: unknown
 Priority: extra
 Maintainer: %DEBNAME% <%DEBEMAIL%>
 Build-Depends: debhelper (>= 7), scons, dh-buildinfo
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: URL://HOMEPAGE
 
 Package: %PACKAGE%
@@ -14,6 +14,7 @@ Description: %SHORT%
  %LONG%
 
 Package: %PACKAGE%-dbg
+Section: debug
 Architecture: any
 Depends: %PACKAGE% (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: %SHORT% - debug

-- 
templates for different package types



More information about the Pkg-games-commits mailing list