Skip to content

Commit

Permalink
feat: add psrip
Browse files Browse the repository at this point in the history
psrip: Extract images from PostScript files

Log: add psrip
Issue:
deepin-community/sig-deepin-sysdev-team#370
  • Loading branch information
liushanyang12138 committed Jul 12, 2023
1 parent 549e631 commit 2c9d8f5
Show file tree
Hide file tree
Showing 17 changed files with 763 additions and 21 deletions.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

7 changes: 7 additions & 0 deletions debian/README.Debian
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
psrip for Debian
----------------

This package is dedicated to Robert Dahlke, who offered me some cake
in exchange for the Debianization.

-- Jens Schmalzing <[email protected]>, Mon, 1 Jul 2002 19:41:19 +0200
111 changes: 108 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,110 @@
template-repository (1.0-1) unstable; urgency=medium
psrip (1.3-10) unstable; urgency=medium

* Initial release
* QA upload.

-- Tsic404 <[email protected]> Sat, 28 Jan 2023 13:46:49 +0800
[ Debian Janitor ]
* Apply multi-arch hints.
+ psrip: Add Multi-Arch: foreign.

-- Jelmer Vernooij <[email protected]> Mon, 01 Feb 2021 22:49:05 +0000

psrip (1.3-9) unstable; urgency=medium

* QA upload.
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 12.
* debian/control:
- Added 'Rules-Requires-Root: no' to source stanza.
- Bumped Standards-Version to 4.5.0.
- Created VCS fields.
* debian/copyright: updated packaging copyright years.
* debian/salsa-ci.yml: added to provide CI tests for Salsa.
* debian/tests/*: created to perform trivial CI tests.

-- Joao Eriberto Mota Filho <[email protected]> Sun, 29 Mar 2020 23:15:36 -0300

psrip (1.3-8) unstable; urgency=medium

* QA upload.
* New upstream homepage.
* Set Debian QA Group as maintainer. (see #721060)
* Migrations:
- debian/copyright to 1.0 format.
- debian/rules to simplified format.
- DH level to 10.
- DebSrc to 3.0 format.
* debian/control:
- Added a comma between dependencies.
- Added Homepage field.
- Bumped Standards-Version to 4.1.1.
* debian/dirs: removed in favor of debian/install and debian/manpages.
* debian/install: created to install the final binaries.
* debian/manpages: added to install the manpage.
* debian/patches/10_manpage.patch: added to fix the manpage.
* debian/source.lintian-overrides: removed. This package is not native.
* debian/watch: added a fake site to explain about the current status
of the original upstream homepage.

-- Joao Eriberto Mota Filho <[email protected]> Fri, 29 Sep 2017 20:44:06 -0300

psrip (1.3-7) unstable; urgency=low

* debian/control (Build-Depends): Require version 5 of debhelper to
match debian/compat.

* debian/copyright: Provide proper copyright information.

-- Thomas Bushnell, BSG <[email protected]> Sun, 24 Feb 2008 19:12:08 -0500

psrip (1.3-6) unstable; urgency=low

* debian/rules (binary-arch): Do nothing here.
(binary-indep): Do everything here that was in binary-arch. Fixes
lintian warning binary-arch-rules-but-pkg-is-arch-indep.

* debian/control (Standards-Version): Update to 3.7.3. No changes needed.

* debian/source.lintian-overrides: Override native-package-with-dash-version.

-- Thomas Bushnell, BSG <[email protected]> Mon, 14 Jan 2008 16:25:10 -0500

psrip (1.3-5) unstable; urgency=low

* debian/rules (DH_COMPAT): Remove declaration.
* debian/compat: New file (level 5).
* debian/control (Depends): Add ${misc:Depends}.

* debian/control (Standards-Version): Update to 3.7.2

* debian/control (Build-Depends-Indep): Remove debhelper.
(Build-Depends): Add debhelper.

* debian/copyright: Remove "(s)" from upstream developer's name.

-- Thomas Bushnell, BSG <[email protected]> Tue, 3 Oct 2006 00:28:22 -0700

psrip (1.3-4) unstable; urgency=low

* debian/watch: New file.

-- Thomas Bushnell, BSG <[email protected]> Fri, 30 Sep 2005 21:41:03 -0700

psrip (1.3-3) unstable; urgency=low

* New maintainer. Thanks for all your work, Jens.

-- Thomas Bushnell, BSG <[email protected]> Fri, 2 Sep 2005 15:47:18 -0700

psrip (1.3-2) unstable; urgency=low

* Improved description (closes: Bug#152460).

-- Jens Schmalzing <[email protected]> Wed, 10 Jul 2002 10:26:06 +0200

psrip (1.3-1) unstable; urgency=low

* Initial Release.

-- Jens Schmalzing <[email protected]> Mon, 1 Jul 2002 19:03:22 +0200
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

30 changes: 17 additions & 13 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
Source: template-repository
Section: unknown
Source: psrip
Section: text
Priority: optional
Maintainer: Tsic404 <[email protected]>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.1.3
Homepage: https://github.com/deepin-community/template-repository
#Vcs-Browser: https://salsa.debian.org/debian/deepin-community-template-repository
#Vcs-Git: https://salsa.debian.org/debian/deepin-community-template-repository.git
Maintainer: Debian QA Group <[email protected]>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://www.ctan.org/pkg/psrip
Vcs-Browser: https://salsa.debian.org/debian/psrip
Vcs-Git: https://salsa.debian.org/debian/psrip.git

Package: template-repository
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
Package: psrip
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Extract images from PostScript files
The script scans a postscript file and saves the lines between
'%%BeginDocument: name' and '%%EndDocument' to a new file named
dir/name.
14 changes: 11 additions & 3 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: template-repository
Source: https://github.com/deepin-community/template-repository
Upstream-Name: psrip
Source: http://www.clackas.de/html/perl.html

Files: *
Copyright: 2023 Tsic404 <[email protected]>
Copyright: ? Christian Lackas <[email protected]>
License: GPL-2+

Files: debian/*
Copyright: 2002 Jens Schmalzing <[email protected]>
2005-2008 Thomas Bushnell, BSG <[email protected]>
2017-2020 Joao Eriberto Mota Filho <[email protected]>
License: GPL-2+

License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
1 change: 1 addition & 0 deletions debian/install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
psrip usr/bin/
1 change: 1 addition & 0 deletions debian/manpages
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
psrip.1
Loading

0 comments on commit 2c9d8f5

Please sign in to comment.