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

Miriam Ruiz miriam at debian.org
Tue Sep 14 22:59:09 UTC 2010


The following commit has been merged in the master branch:
commit a25ca2fe4a5b15a5677f5dc96e5b0b2697470417
Author: Miriam Ruiz <miriam at debian.org>
Date:   Wed Sep 15 00:59:36 2010 +0200

    Update templates and added source directory

diff --git a/create.sh b/create.sh
index 75ee752..c53225a 100755
--- a/create.sh
+++ b/create.sh
@@ -96,4 +96,7 @@ fi;
 fi;
 done;
 
+	mkdir -p "${DEST_DIR}"/source
+	cp source/* "${DEST_DIR}"/source
+
 popd > /dev/null
diff --git a/license/GPL3+ b/license/LGPL3+
similarity index 66%
copy from license/GPL3+
copy to license/LGPL3+
index 21f4bca..6f846f3 100644
--- a/license/GPL3+
+++ b/license/LGPL3+
@@ -8,20 +8,20 @@ Files: *
 Copyright: Copyright (C) YYYY OWNER 1 OF COPYRIGHT
  Copyright (C) YYYY OWNER 2 OF COPYRIGHT
  Copyright (C) YYYY OWNER 3 OF COPYRIGHT
-Licence: GPL-3+
+Licence: LGPL-3+
 
 Files: debian/*
 Copyright: Copyright (C) %NOW_YEAR%, %DEBNAME% <%DEBEMAIL%>
-Licence: GPL-3+
+Licence: LGPL-3+
 
-Licence: GPL-3+
+Licence: LGPL-3+
  This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
+ it under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or
  (at your option) any later version.
  .
- On Debian systems, the complete text of the latest version of the GNU
- General Public License can be found in `/usr/share/common-licenses/GPL'.
+ On Debian systems, the complete text of the latest version of the GNU Lesser
+ General Public License can be found in `/usr/share/common-licenses/LGPL'.
  .
- The complete text of version 3 of the GNU General Public License can be
- found in `/usr/share/common-licenses/GPL-3'.
+ The complete text of version 3 of the Lesser GNU General Public License
+ can be found in `/usr/share/common-licenses/LGPL-3'.
diff --git a/model/autotools-lib/control b/model/autotools-lib/control
index 23e7470..f6d54e6 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.4
+Standards-Version: 3.9.1
 Homepage: URL://HOMEPAGE
 
 Package: lib%PACKAGE%-dev
diff --git a/model/autotools/control b/model/autotools/control
index 90b19b0..a2ffd27 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.4
+Standards-Version: 3.9.1
 Homepage: URL://HOMEPAGE
 
 Package: %PACKAGE%
diff --git a/model/c-exe/control b/model/c-exe/control
index 15f6f1b..d2a3e93 100644
--- a/model/c-exe/control
+++ b/model/c-exe/control
@@ -3,7 +3,7 @@ Section: unknown
 Priority: extra
 Maintainer: %DEBNAME% <%DEBEMAIL%>
 Build-Depends: debhelper (>= 7), dh-buildinfo, autotools-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: URL://HOMEPAGE
 
 Package: %PACKAGE%
diff --git a/model/c-lib/control b/model/c-lib/control
index 8f3c63e..ae1e1de 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.4
+Standards-Version: 3.9.1
 Homepage: URL://HOMEPAGE
 
 Package: lib%PACKAGE%-dev
diff --git a/model/cmake-lib/control b/model/cmake-lib/control
index 71f6447..f97b405 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.4
+Standards-Version: 3.9.1
 Homepage: URL://HOMEPAGE
 
 Package: lib%PACKAGE%-dev
diff --git a/model/cmake/control b/model/cmake/control
index 7af702f..adbb981 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.4
+Standards-Version: 3.9.1
 Homepage: URL://HOMEPAGE
 
 Package: %PACKAGE%
diff --git a/model/makefile/control b/model/makefile/control
index 1711507..abebf00 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.4
+Standards-Version: 3.9.1
 Homepage: URL://HOMEPAGE
 
 Package: %PACKAGE%
diff --git a/model/pymodule/control b/model/pymodule/control
index 587d014..a031616 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.4
+Standards-Version: 3.9.1
 Homepage: URL://HOMEPAGE
 
 Package: python-%PACKAGE%
diff --git a/model/python/control b/model/python/control
index a83ed29..f7238a3 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.4
+Standards-Version: 3.9.1
 Homepage: URL://HOMEPAGE
 
 Package: %PACKAGE%
diff --git a/model/scons/control b/model/scons/control
index ed4028c..3084965 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.4
+Standards-Version: 3.9.1
 Homepage: URL://HOMEPAGE
 
 Package: %PACKAGE%
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/source/options b/source/options
new file mode 100644
index 0000000..e6227d6
--- /dev/null
+++ b/source/options
@@ -0,0 +1,5 @@
+# Bzip2 compression for debian.tar
+compression = "bzip2"
+compression-level = 7
+# Do not generate diff for changes in config.(sub|guess)
+extend-diff-ignore = "(^|/)config.(sub|guess)$"

-- 
templates for different package types



More information about the Pkg-games-commits mailing list