Commit 09d8d581c657abccf192616c7da87c1ea1496309
1 parent
f3d5acf2
Exists in
master
and in
3 other branches
Updating package control files.
Showing
5 changed files
with
24 additions
and
33 deletions
Show diff stats
arch/PKGBUILD
debian/control
| ... | ... | @@ -22,7 +22,7 @@ Description: TN3270 Access library development files. |
| 22 | 22 | |
| 23 | 23 | Package: lib3270-dbg |
| 24 | 24 | Architecture: any |
| 25 | -Depends: lib3270 (= ${binary:Version}), ${misc:Depends} | |
| 25 | +Depends: lib3270 (= ${binary:Version}) | |
| 26 | 26 | Description: Debugging symbols for lib3270 |
| 27 | 27 | This package contains the debugging symbols for lib3270. |
| 28 | 28 | ... | ... |
debian/lib3270.dsc
| 1 | 1 | Format: 1.0 |
| 2 | 2 | Source: lib3270 |
| 3 | -Version: 5.2-0 | |
| 3 | +Version: 5.3-0 | |
| 4 | 4 | Binary: lib3270 |
| 5 | 5 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
| 6 | 6 | Architecture: any |
| 7 | 7 | Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, gettext, libssl-dev, libcurl4-openssl-dev |
| 8 | 8 | Standards-Version: 3.9.1.0 |
| 9 | -DEBTRANSFORM-RELEASE: 0 | |
| 9 | +DEBTRANSFORM-RELEASE: 1 | |
| 10 | 10 | Files: |
| 11 | - 00000000000000000000000000000000 000000 lib3270-5.2.tar.bz2 | |
| 11 | + 00000000000000000000000000000000 000000 lib3270-5.3.tar.bz2 | |
| 12 | 12 | |
| 13 | 13 | ... | ... |
rpm/_service
| ... | ... | @@ -2,26 +2,18 @@ |
| 2 | 2 | |
| 3 | 3 | <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py --> |
| 4 | 4 | <service name="tar_scm"> |
| 5 | - | |
| 6 | - <!-- | |
| 7 | - <param name="sslverify">disable</param> | |
| 8 | - <param name="url">http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git</param> | |
| 9 | - --> | |
| 10 | - | |
| 11 | - <param name="changesgenerate">enable</param> | |
| 12 | - <param name="changesauthor">perry.werneck@gmail.com</param> | |
| 13 | - | |
| 14 | - <param name="url">https://github.com/PerryWerneck/lib3270.git</param> | |
| 5 | + <param name="changesgenerate">enable</param> | |
| 6 | + <param name="changesauthor">perry.werneck@gmail.com</param> | |
| 7 | + <param name="url">https://github.com/PerryWerneck/lib3270.git</param> | |
| 15 | 8 | <param name="versionformat">@PARENT_TAG@</param> |
| 16 | 9 | <param name="scm">git</param> |
| 17 | 10 | </service> |
| 18 | - | |
| 19 | 11 | |
| 20 | 12 | <!-- https://github.com/openSUSE/obs-service-extract_file --> |
| 21 | - <service name="extract_file"> | |
| 13 | + <!-- service name="extract_file"> | |
| 22 | 14 | <param name="archive">*.tar</param> |
| 23 | 15 | <param name="files">*/rpm/lib3270.spec</param> |
| 24 | - </service> | |
| 16 | + </service --> | |
| 25 | 17 | |
| 26 | 18 | <service name="extract_file"> |
| 27 | 19 | <param name="archive">*.tar</param> |
| ... | ... | @@ -34,37 +26,35 @@ |
| 34 | 26 | <param name="outfilename">debian.changelog</param> |
| 35 | 27 | </service> |
| 36 | 28 | |
| 37 | - <service name="extract_file"> | |
| 29 | + <!-- service name="extract_file"> | |
| 38 | 30 | <param name="archive">*.tar</param> |
| 39 | 31 | <param name="files">*/debian/*.dsc</param> |
| 40 | - </service> | |
| 32 | + </service --> | |
| 41 | 33 | |
| 42 | - <service name="extract_file"> | |
| 34 | + <!-- service name="extract_file"> | |
| 43 | 35 | <param name="archive">*.tar</param> |
| 44 | 36 | <param name="files">*/debian/control</param> |
| 45 | 37 | <param name="outfilename">debian.control</param> |
| 46 | - </service> | |
| 38 | + </service --> | |
| 47 | 39 | |
| 48 | - <!-- | |
| 49 | - <service name="extract_file"> | |
| 40 | + <!-- service name="extract_file"> | |
| 50 | 41 | <param name="archive">*.tar</param> |
| 51 | 42 | <param name="files">*/debian/rules</param> |
| 52 | 43 | <param name="outfilename">debian.rules</param> |
| 44 | + </service --> | |
| 45 | + | |
| 46 | + <service name="extract_file"> | |
| 47 | + <param name="archive">*.tar</param> | |
| 48 | + <param name="files">*/debian/shlibs</param> | |
| 49 | + <param name="outfilename">debian.shlibs</param> | |
| 53 | 50 | </service> |
| 54 | - --> | |
| 55 | 51 | |
| 56 | - <service name="extract_file"> | |
| 52 | + <service name="extract_file"> | |
| 57 | 53 | <param name="archive">*.tar</param> |
| 58 | 54 | <param name="files">*/debian/compat</param> |
| 59 | 55 | <param name="outfilename">debian.compat</param> |
| 60 | 56 | </service> |
| 61 | 57 | |
| 62 | - <!-- service name="extract_file"> | |
| 63 | - <param name="archive">*.tar</param> | |
| 64 | - <param name="files">*/debian/shlibs</param> | |
| 65 | - <param name="outfilename">debian.shlibs</param> | |
| 66 | - </service--> | |
| 67 | - | |
| 68 | 58 | <service name="recompress"> |
| 69 | 59 | <param name="file">*.tar</param> |
| 70 | 60 | <param name="compression">xz</param> | ... | ... |