File: control

package info (click to toggle)
afterstep 2.2.12-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 32,748 kB
  • sloc: ansic: 201,692; sh: 5,840; xml: 3,721; makefile: 2,092; perl: 1,555; cpp: 811
file content (153 lines) | stat: -rw-r--r-- 5,779 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
Source: afterstep
Section: x11
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Standards-Version: 3.9.8
Build-Depends: autotools-dev,
               bison,
               debhelper (>= 9.20160115~),
               flex,
               freeglut3-dev,
               gnome-session-bin,
               imagemagick,
               libdbus-1-dev,
               libfltk1.1-dev (>= 1.1.3),
               libfreetype6-dev,
               libgtk2.0-dev,
               libjpeg-dev,
               libpng-dev,
               libreadline-dev (>= 6),
               librplay3-dev (>= 3.3.2),
               librsvg2-dev (>= 2.14),
               libtiff-dev,
               libxinerama-dev,
               libxt-dev (>= 4.3.0.dfsg.1),
               sharutils,
               zlib1g-dev (>= 1:1.1.4)
Homepage: http://www.afterstep.org/
Vcs-Git: https://anonscm.debian.org/git/users/robert/afterstep.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/robert/afterstep.git/

Package: afterstep
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: afterstep-data (= ${source:Version}),
         aterm | x-terminal-emulator,
         debianutils (>= 2.1),
         imagemagick,
         menu,
         menu-xdg,
         ucf,
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Suggests: asclock | wmitime, asmail, asmon, mc, wmcpuload, xscreensaver
Recommends: gnome-themes-standard
Multi-Arch: foreign
Provides: x-window-manager
Replaces: afterstep-data (<< 2.2.11-2~)
Description: window manager with the NEXTSTEP look and feel
 AfterStep is a window manager based on FVWM which attempts to emulate
 the NEXTSTEP look and feel, while retaining the configurability of its
 predecessor.  Note that this window manager makes extensive use of the
 color palette.  If you have only an 8-bit color display, it will run
 as packaged, but you may want to modify the configuration to use fewer
 colors.
 .
 AfterStep is a continuation of the BowMan window manager project, but
 the name was changed to reflect the desire that it do more than
 simply emulate and become a valuable window manager in its own right.

Package: afterstep-data
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: fonts-freefont-ttf,
         ucf (>= 1.17),
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Replaces: afterstep (<= 2.2.11)
Breaks: afterstep (<= 2.2.11)
Multi-Arch: foreign
Recommends: afterstep (= ${source:Version})
Description: data files for AfterStep window manager
 AfterStep is a window manager based on FVWM which attempts to emulate
 the NEXTSTEP look and feel, while retaining the configurability of its
 predecessor.  Note that this window manager makes extensive use of the
 color palette.  If you have only an 8-bit color display, it will run
 as packaged, but you may want to modify the configuration to use fewer
 colors.
 .
 The package contains data and configuration files needed by AfterStep.

Package: libafterstep1
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: shared libraries for the AfterStep window manager
 AfterStep is a window manager based on FVWM which attempts to emulate
 the NEXTSTEP look and feel, while retaining the configurability of its
 predecessor.  Note that this window manager makes extensive use of the
 color palette.  If you have only an 8-bit color display, it will run
 as packaged, but you may want to modify the configuration to use fewer
 colors.
 .
 This package contains runtime libraries needed by AfterStep.

Package: libafterimage0
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Breaks: aterm (<< 1.0.1-7~), aterm-ml (<< 1.0.1-7~)
Description: imaging library designed for AfterStep - runtime files
 libAfterImage is the imaging library implemented for AfterStep
 X Window Manager. It has been generalized to be suitable for any
 application in need of robust graphics engine.
 .
 It provides facilities for loading images from files of different
 formats, compressed in memory storage of images, scaling,
 tinting/shading, flipping and superimposition of arbitrary number of
 images over each other. In addition it allows for linear gradients
 drawing, and antialiased/smoothed text drawing using both  FreeType
 library and X Window fonts.
 .
 This package contains the libAfterImage runtime library.

Package: libafterimage-dev
Architecture: any
Section: libdevel
Pre-Depends: ${misc:Pre-Depends}
Depends: freeglut3-dev,
         libafterimage0 (= ${binary:Version}),
         libc6-dev | libc-dev,
         libfreetype6-dev,
         libice-dev,
         libjpeg-dev,
         libpng-dev,
         librsvg2-dev,
         libsm-dev,
         libtiff-dev,
         libxext-dev,
         libxinerama-dev,
         zlib1g-dev (>= 1:1.1.4),
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: imaging library designed for AfterStep - development files
 libAfterImage is the imaging library implemented for AfterStep
 X Window Manager. It has been generalized to be suitable for any
 application in need of robust graphics engine.
 .
 It provides facilities for loading images from files of different
 formats, compressed in memory storage of images, scaling,
 tinting/shading, flipping and superimposition of arbitrary number of
 images over each other. In addition it allows for linear gradients
 drawing, and antialiased/smoothed text drawing using both  FreeType
 library and X Window fonts.
 .
 This package contains the header files and static library needed to
 compile applications that use libAfterImage.