Skip to content

Instantly share code, notes, and snippets.

@hron84

hron84/control Secret

Created November 21, 2016 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hron84/dc1e009852e23e3357527ceefefa77cb to your computer and use it in GitHub Desktop.
Save hron84/dc1e009852e23e3357527ceefefa77cb to your computer and use it in GitHub Desktop.
Source: ibm-notes
Section: mail
Priority: optional
Build-Depends: debhelper (>= 8.0.0)
Maintainer: IBM Product <sw_support@us.ibm.com>
Package: ibm-notes
Architecture: i386
Replaces: ibm-notes-fixpack, ibm-lotus-activities, ibm-lotus-cae, ibm-cae, ibm-lotus-feedreader, ibm-lotus-sametime, ibm-lotus-symphony, ibm-lotus-notes-fixpack, ibm-lotus-notes-hotfix, ibm-lotus-notes
Pre-Depends: gdb, coreutils, unzip, bash, procps, grep, sed, libart-2.0-2, libasound2, libatk1.0-0, libbonobo2-0, libbonoboui2-0, libc6, libcups2, libfontconfig1, libfreetype6, libgcc1, libgconf2-4, libgtk2.0-0, libglib2.0-0, libgnome2-0, libgnomecanvas2-0, libgnome-desktop-2 | libgnome-desktop-2-7 | libgnome-desktop-2-11 | libgnome-desktop-2-17 | libgnome-desktop-3-12, libgnomeui-0, libgnomevfs2-0, libglib2.0-0, libice6, libjpeg62, liborbit2, libpam0g, libpango1.0-0, libpng12-0, libpopt0, libsm6, libstdc++6, libx11-6, libxcursor1, libxext6, libxft2, libxi6, libxkbfile1, libxml2, libxp6, libxrender1, libxss1, libxt6, libxtst6, libz1
Recommends: ttf-xfree86-nonfree
Conflicts: ibm-notes-hotfix, ibm-notes-fixpack (<< 8.5.4), ibm-lotus-activities, ibm-lotus-cae, ibm-cae, ibm-lotus-feedreader, ibm-lotus-sametime, ibm-lotus-symphony, ibm-lotus-notes-fixpack, ibm-lotus-notes-hotfix, ibm-lotus-notes
Description: IBM Lotus Notes
IBM Notes software provides a robust and productive user experience with a
single point of access to email, calendars, contacts, activities, instant
messaging, feeds, collaboration tools, and business applications. Loaded with
new features to help you work smarter, the new user interface presents the
tools you need, when and where you need them. Plus, you get quick access to
your business information in one integrated view, in the context of the work
you're doing. That means you get your job done faster, and easier.
.
You can also install the following optional features once you have installed IBM Notes:
- IBM Sametime
- IBM Connections
- IBM Feedreader
- IBM OpenSocial.
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
override_dh_install:
install -d $(CURDIR)/debian/ibm-notes/
cp -pPR opt usr $(CURDIR)/debian/ibm-notes/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment