Advertisement
Guest User

Untitled

a guest
Mar 21st, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.42 KB | None | 0 0
  1. here is  my  rules:
  2. ###############################################################################################
  3. #!/usr/bin/make -f
  4. export DH_VERBOSE=1
  5. export CSYNC_DIR=/usr/include/ocsync
  6. SHELL=/bin/bash
  7. %:  
  8.  
  9.     dh $@
  10. override_dh_auto_configure:
  11.     dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc/ownCloud
  12.  
  13. override_dh_install:
  14.     dh_install
  15.     rm $(CURDIR)/debian/owncloud-client/usr/bin/mirall
  16.     rm $(CURDIR)/debian/owncloud-client/usr/share/icons/hicolor/48x48/apps/mirall.png
  17. ===================================================================================================
  18. *****************************************************************************************************
  19.  
  20. and my control:
  21. ####################################################################################33
  22. Source: owncloud-client
  23. Section: devel
  24. Priority: optional
  25. Maintainer: Markus Rex <msrex@owncloud.com>
  26. Build-Depends: debhelper (>= 4.2.21), cmake, libqt4-dev (>= 4.7), libocsync-dev (>= 0.70.4), libqtkeychain-dev, libqtkeychain0
  27. Standards-Version: 3.7.2
  28.  
  29. Package: owncloud-client
  30. Architecture: any
  31. Depends: ${misc:Depends}, libqt4-xml, libqt4-core, libqt4-gui, libqt4-network, iproute, net-tools, oxygen-icon-theme, libocsync0 (>=0.70.4), ntp | time-daemon, libocsync-plugin-owncloud, libqtkeychain0
  32. Description: The ownCloud client is based on Mirall - github.com/owncloud/mirall
  33.  .
  34.  ownCloud client enables you to connect to your private
  35.  ownCloud Server. With it you can create folders in your home
  36.  directory, and keep the contents of those folders synced with your
  37.  ownCloud server. Simply copy a file into the directory and the
  38.  ownCloud client does the rest.
  39.  .
  40.  ownCloud gives your employees anytime, anywhere access to the files
  41.  they need to get the job done, whether through this desktop application,
  42.  our mobile apps, the web interface, or other WebDAV clients. With it,
  43.  your employees can easily view and share documents and information
  44.  critical to the business, in a secure, flexible and controlled
  45.  architecture. You can easily extend ownCloud with plug-ins from the
  46.  community, or that you build yourself to meet the requirements of
  47.  your infrastructure and business.
  48.  .
  49.  ownCloud - Your Cloud, Your Data, Your Way!  www.owncloud.com
  50.  .
  51.  Authors
  52.  =======
  53.  Duncan Mac-Vicar P. <duncan@kde.org>
  54.  Klaas Freitag <freitag@owncloud.com>
  55.  Daniel Molkentin <danimo@owncloud.com>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement