Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DHG_packages
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian Haskell Group
DHG_packages
Commits
9f84ac9e
Commit
9f84ac9e
authored
Mar 06, 2012
by
Clint Adams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
haskell-gnuidn: Initial Check-In
parent
7568155b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
76 additions
and
0 deletions
+76
-0
p/haskell-gnuidn/debian/changelog
p/haskell-gnuidn/debian/changelog
+5
-0
p/haskell-gnuidn/debian/compat
p/haskell-gnuidn/debian/compat
+1
-0
p/haskell-gnuidn/debian/control
p/haskell-gnuidn/debian/control
+58
-0
p/haskell-gnuidn/debian/copyright
p/haskell-gnuidn/debian/copyright
+9
-0
p/haskell-gnuidn/debian/rules
p/haskell-gnuidn/debian/rules
+3
-0
No files found.
p/haskell-gnuidn/debian/changelog
0 → 100644
View file @
9f84ac9e
haskell-gnuidn (0.2-1) unstable; urgency=low
* Initial release.
-- Clint Adams <clint@debian.org> Mon, 05 Mar 2012 16:39:11 -0500
p/haskell-gnuidn/debian/compat
0 → 100644
View file @
9f84ac9e
7
\ No newline at end of file
p/haskell-gnuidn/debian/control
0 → 100644
View file @
9f84ac9e
Source: haskell-gnuidn
Priority: extra
Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 7.0)
, haskell-devscripts (>= 0.8)
, cdbs
, ghc
, ghc-prof
, libghc-text-dev
, libghc-text-prof
, c2hs
, libidn11-dev
Build-Depends-Indep: ghc-doc
, libghc-text-doc
Standards-Version: 3.9.3
Homepage: http://john-millikin.com/software/bindings/gnuidn/
Package: libghc-gnuidn-dev
Architecture: any
Depends: ${shlibs:Depends},
${haskell:Depends},
${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: bindings for GNU IDN
These are Haskell bindings to the GNU IDN (Internationalized Domain Names)
library for Unicode domain names.
.
This package contains the normal library files.
Package: libghc-gnuidn-prof
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: bindings for GNU IDN; profiling libraries
These are Haskell bindings to the GNU IDN (Internationalized Domain Names)
library for Unicode domain names.
.
This package contains the libraries compiled with profiling enabled.
Package: libghc-gnuidn-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: bindings for GNU IDN; documentation
These are Haskell bindings to the GNU IDN (Internationalized Domain Names)
library for Unicode domain names.
.
This package contains the documentation files.
p/haskell-gnuidn/debian/copyright
0 → 100644
View file @
9f84ac9e
This software is
Copyright (C) 2010 John Millikin <jmillikin@gmail.com>
and released under the GNU GPL version 3 or later.
You can find the complete text of the GPL in
/usr/share/common-licenses/GPL-3 .
p/haskell-gnuidn/debian/rules
0 → 100755
View file @
9f84ac9e
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment