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

Miriam Ruiz miriam at debian.org
Sat Jun 4 02:18:47 UTC 2011


The following commit has been merged in the master branch:
commit 4ba9a4e3480117a0aff205b1f2a8e294e1ba2f2f
Author: Miriam Ruiz <miriam at debian.org>
Date:   Sat Jun 4 04:17:25 2011 +0200

    Added XPI model

diff --git a/model/xpi/control b/model/xpi/control
new file mode 100644
index 0000000..013b644
--- /dev/null
+++ b/model/xpi/control
@@ -0,0 +1,16 @@
+Source: %PACKAGE%
+Section: web
+Priority: extra
+Maintainer: %DEBNAME% <%DEBEMAIL%>
+Build-Depends: debhelper (>= 7), cdbs, mozilla-devscripts (>= 0.16~)
+Standards-Version: 3.9.2
+Homepage: URL://HOMEPAGE
+
+Package: xul-ext-%PACKAGE%
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Description: %SHORT%
+ %LONG%
diff --git a/model/haskell-cabal/rules b/model/xpi/rules
old mode 100644
new mode 100755
similarity index 59%
copy from model/haskell-cabal/rules
copy to model/xpi/rules
index 683e77b..b280270
--- a/model/haskell-cabal/rules
+++ b/model/xpi/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk
+include /usr/share/mozilla-devscripts/xpi.mk

-- 
templates for different package types



More information about the Pkg-games-commits mailing list