Skip to content

Commit

Permalink
added debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Sep 23, 2014
1 parent ca441bd commit 7667ad7
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/debian.changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
yast2-devtools (3.1.24-1) unstable; urgency=low

* Initial release

-- Ladislav Slezák <lslezak@suse.cz> Fri, 15 Aug 2014 22:40:13 +0200
1 change: 1 addition & 0 deletions package/debian.compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
24 changes: 24 additions & 0 deletions package/debian.control
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Source: yast2-devtools
Section: unknown
Priority: extra
Maintainer: Martin Vidner <mvidner@suse.cz>
Build-Depends: debhelper (>= 8.0.0), autotools-dev, docbook-xsl, xsltproc, cmake
Standards-Version: 3.9.2
Homepage: http://github.com/yast/yast-devtools
Vcs-Git: git://github.com/yast/yast-devtools.git

Package: yast2-devtools
Architecture: all
Depends: ${misc:Depends}, yast2-buildtools
Description: YaST2 - Development Tools
Scripts and templates for developing YaST2 modules and components.

Package: yast2-buildtools
Architecture: all
Depends: ${misc:Depends}, autotools-dev, yard
Recommends: cmake, doxygen
Suggests: libgettext-ruby1.9.1
Description: Minimal set of tools needed to build yast module
Scripts and templates required for rebuilding the existing YaST2
modules and components (both ruby and C++).

11 changes: 11 additions & 0 deletions package/debian.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/make -f

# export DH_VERBOSE=1

%:
dh $@

# we need to generate the autoconf/automake files first
override_dh_auto_configure:
make -f Makefile.cvs
dh_auto_configure
10 changes: 10 additions & 0 deletions package/debian.yast2-buildtools.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/etc/rpm/macros.yast
/usr/bin/y2tool
/usr/share/YaST2/data/devtools/Doxyfile
/usr/share/YaST2/data/devtools/admin/
/usr/share/YaST2/data/devtools/bin/
/usr/share/YaST2/data/devtools/data/YaST2.dict.txt
/usr/share/YaST2/data/devtools/footer-notimestamp.html
/usr/share/YaST2/data/docbook/
/usr/share/aclocal/*.m4
/usr/share/pkgconfig/yast2-devtools.pc
23 changes: 23 additions & 0 deletions package/debian.yast2-devtools.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/usr/share/emacs/site-lisp/*ycp-mode.el
/usr/share/vim/site/syntax/ycp.vim
/usr/share/vim/site/ftdetect/ycp_filetype.vim
/usr/share/cmake-2.8
/usr/lib/YaST2/bin/scrdoc
/usr/lib/YaST2/bin/ycp_puttext
/usr/lib/YaST2/bin/ydoxygen
/usr/share/YaST2/clients/ycp2yml.rb
/usr/share/YaST2/data/devtools/bin/check-textdomain
/usr/share/YaST2/data/devtools/bin/check_icons
/usr/share/YaST2/data/devtools/bin/create_maintenance_branch
/usr/share/YaST2/data/devtools/bin/find-unused-published
/usr/share/YaST2/data/devtools/bin/get-lib
/usr/share/YaST2/data/devtools/bin/pot-spellcheck
/usr/share/YaST2/data/devtools/bin/rny2rnc
/usr/share/YaST2/data/devtools/bin/showy2log
/usr/share/YaST2/data/devtools/bin/tagversion
/usr/share/YaST2/data/devtools/bin/y2makepot
/usr/share/YaST2/data/devtools/bin/gettextdomains
/usr/share/YaST2/data/devtools/bin/ycp_puttext
/usr/share/YaST2/control/control_to_glade.xsl


11 changes: 11 additions & 0 deletions package/yast2-devtools.dsc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Format: 1.0
Source: yast2-devtools
Binary: yast2-devtools, yast2-buildtools
Architecture: any
Version: 3.1.24-1
Maintainer: Martin Vidner <mvidner@suse.cz>
Homepage: http://github.com/yast/yast-devtools
Build-Depends: debhelper (>= 8.0.0), autotools-dev, docbook-xsl, xsltproc, cmake
Files:
4af2e794649adcfcb8aadee603a0a503 2689543 yast2-devtools-3.1.24.orig.tar.gz
4af2e794649adcfcb8aadee603a0a503 2689543 yast2-devtools-3.1.24.diff.gz
1 change: 1 addition & 0 deletions package/yast2-devtools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ BuildRequires: libxslt
BuildRequires: perl-XML-Writer
BuildRequires: pkgconfig
BuildRequires: sgml-skel
BuildRequires: cmake
Requires: yast2-buildtools

Summary: YaST2 - Development Tools
Expand Down

0 comments on commit 7667ad7

Please sign in to comment.