Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
omapconf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
omapconf
Commits
be0348e8
Commit
be0348e8
authored
Mar 07, 2017
by
aTc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v1.72-1
parent
3a3ef1be
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
11 deletions
+12
-11
debian/changelog
debian/changelog
+1
-1
debian/control
debian/control
+2
-2
debian/copyright
debian/copyright
+4
-4
debian/omapconf.lintian-overrides
debian/omapconf.lintian-overrides
+1
-0
debian/rules
debian/rules
+3
-3
debian/source/format
debian/source/format
+1
-1
No files found.
debian/changelog
View file @
be0348e8
omapconf (1.72
) unstable
; urgency=medium
omapconf (1.72
-20160615-1) stretch
; urgency=medium
* Initial Release.
...
...
debian/control
View file @
be0348e8
Source: omapconf
Section: u
nknown
Section: u
tils
Priority: optional
Maintainer: Pyra Dev <dev@pyra-handheld.com>
Build-Depends: debhelper (>= 9)
...
...
@@ -9,7 +9,7 @@ Homepage: https://github.com/mvduin/omapconf
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/omapconf.git
Package: omapconf
Architecture: a
ll
Architecture: a
rmhf
Depends: ${misc:Depends}
Description: A Powerful Diagnostic Tool for Texas Instruments OMAP Processors
OMAPCONF is a Linux user-space standalone application designed to provide a
...
...
debian/copyright
View file @
be0348e8
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: omapconf
Source:
<url://example.com>
Source:
https://github.com/mvduin/omapconf
Files: *
Copyright:
<years> <put author's name and email here>
<years> <likewise for another author>
License: MIT
Copyright:
2012 Texas Instruments Incorporated - http://www.ti.com/
License: BSD
Files: debian/*
Copyright: 2017 Pyra Dev <dev@pyra-handheld.com>
...
...
debian/omapconf.lintian-overrides
0 → 100644
View file @
be0348e8
omapconf: statically-linked-binary
debian/rules
View file @
be0348e8
...
...
@@ -3,7 +3,6 @@
# output every command that modifies files on the build system.
export DH_VERBOSE = 1
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
...
...
@@ -13,9 +12,8 @@ export DH_VERBOSE = 1
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@
dh $@
--parallel
# dh_make generated override targets
...
...
@@ -23,3 +21,5 @@ export DH_VERBOSE = 1
#override_dh_auto_configure:
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
override_dh_auto_install:
DESTDIR=debian/omapconf/usr/bin/ $(MAKE) install
debian/source/format
View file @
be0348e8
3.0 (
native
)
3.0 (
quilt
)
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