Control: tags -1 moreinfo

On 2023-05-11 10:57:27 +0400, Yadd wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian....@packages.debian.org
> Usertags: unblock
> X-Debbugs-Cc: node-source-...@packages.debian.org
> Control: affects -1 + src:node-source-map
> 
> Please unblock package node-source-map
> 
> [ Reason ]
> There was an error in maintscript, then updates from Bullseye dropped
> the copyright.
> 
> [ Impact ]
> Missing copyright
> 
> [ Risks ]
> No risk
> 
> [ Checklist ]
>   [X] all changes are documented in the d/changelog
>   [X] I reviewed all changes and I approve them
>   [X] attach debdiff against the package in testing
> 
> Cheers,
> Yadd
> 
> unblock node-source-map/0.7.0++dfsg2+really.0.6.1-14

> diff --git a/debian/changelog b/debian/changelog
> index 524ef9d..0de8d6b 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,10 @@
> +node-source-map (0.7.0++dfsg2+really.0.6.1-14) unstable; urgency=medium
> +
> +  * Team upload
> +  * Fix maintscript (Closes: #1035805). Thanks to Andreas Beckmann.
> +
> + -- Yadd <y...@debian.org>  Thu, 11 May 2023 06:30:12 +0400
> +
>  node-source-map (0.7.0++dfsg2+really.0.6.1-13) unstable; urgency=medium
>  
>    * Team upload
> diff --git a/debian/node-source-map.maintscript 
> b/debian/node-source-map.maintscript
> index 45938e9..dcfb513 100644
> --- a/debian/node-source-map.maintscript
> +++ b/debian/node-source-map.maintscript
> @@ -1 +1 @@
> -dir_to_symlink /usr/share/doc/node-source-map ../libjs-source-map 
> 0.7.0++dfsg2+really.0.6.1-9~
> +dir_to_symlink /usr/share/doc/node-source-map libjs-source-map 
> 0.7.0++dfsg2+really.0.6.1-9~
> diff --git a/debian/rules b/debian/rules
> index 55b4534..540fff9 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -15,6 +15,3 @@ override_dh_auto_build:
>  
>  override_dh_auto_clean:
>       rm -rf dist node_modules/.cache
> -
> -override_dh_installdocs:
> -     dh_installdocs --link-doc=libjs-source-map

So you're going back to a directory. That would require a symlink_to_dir
in the maintscript. Do you want to have symlinks or not?

Cheers
-- 
Sebastian Ramacher

Reply via email to